Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
32907cfb38bda2d3c052cf5139c5b592678fedbb
/
libs
b8bb78f
Change camera interface to support multiple cameras.
by Chih-Chung Chang
· 15 years ago
62a2aa0
Fix String8 to free its memory only after assignment operations based on pointers are finished in case that pointer referred to the string's original contents.
by Andreas Huber
· 15 years ago
5e14010
allow re-targetting of surfaces
by Mathias Agopian
· 15 years ago
1debc66
fix [2751143] Device crashes when in a text box for too long
by Mathias Agopian
· 15 years ago
fae5cb2
optimize Surface.readFromParcel()
by Mathias Agopian
· 15 years ago
7623da4
split surface management from surface's buffers management
by Mathias Agopian
· 15 years ago
593c05c
clean-up client management.
by Mathias Agopian
· 15 years ago
cefb01a
Merge "Add KEY_SUPPORTED_METERING_MODES and fix some typos." into kraken
by Wu-cheng Li
· 15 years ago
8aba232
Add KEY_SUPPORTED_METERING_MODES and fix some typos.
by Wu-cheng Li
· 15 years ago
2ea200c
Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken
by Eric Laurent
· 15 years ago
5f5df38
Merge "Add camera metering mode API." into kraken
by Wu-cheng Li
· 15 years ago
65b6545
Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications.
by Eric Laurent
· 15 years ago
f7f6333
Add camera metering mode API.
by Wu-cheng Li
· 15 years ago
a0612e4
fix a bug where fading in/out of opaque 32-bits windows wasn't working
by Mathias Agopian
· 15 years ago
770492c
more clean-up in preparation of bigger changes
by Mathias Agopian
· 15 years ago
198975b
Merge "Add video frame parameter." into kraken
by Wu-cheng Li
· 15 years ago
d2c2929
Add video frame parameter.
by Wu-cheng Li
· 15 years ago
c7b388c
more clean-up of Surfaceflinger's client management
by Mathias Agopian
· 15 years ago
0d3c006
minor clean-up GLclampx -> GLclampf
by Mathias Agopian
· 15 years ago
7d1508b
clean-up dead-code
by Mathias Agopian
· 15 years ago
9237703
Make sure to use filtering while in fixed-size mode
by Mathias Agopian
· 15 years ago
663badd
oopsie. forgot to displatch SET_BUFFERS_GEOMETRY
by Mathias Agopian
· 15 years ago
2ce19af
fix [2712278] The preview buffer left some black borders in left and bottom edges
by Mathias Agopian
· 15 years ago
2be352a
added the notion of fixed-size buffers
by Mathias Agopian
· 15 years ago
57d8989
fix a bug when reallocating a window's buffers is needed
by Mathias Agopian
· 15 years ago
25f0bda
added native_window_set_buffer_count()
by Mathias Agopian
· 15 years ago
898c4c9
fix the threading issue for setBuffercount()
by Mathias Agopian
· 15 years ago
35b1a93
add a few tests to SharedBufferStackTest
by Mathias Agopian
· 15 years ago
662be10
improve SharedBufferStack test
by Mathias Agopian
· 15 years ago
be6c8fc
fix a bug where queueBuffer() would fail after the SharedbufferStack is resized
by Mathias Agopian
· 15 years ago
cd30f4f
fix some bugs in SharedBufferStack::resize
by Mathias Agopian
· 15 years ago
eb8f850d
Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock.
by Eric Laurent
· 15 years ago
ae7ca4c
Fix build error.
by Wu-cheng Li
· 15 years ago
e339c5e
Add camera focus distances API.
by Wu-cheng Li
· 15 years ago
4606d5d
Merge "fix uninitialized variable in DisplayHardware" into kraken
by Mathias Agopian
· 15 years ago
51c66aa
fix uninitialized variable in DisplayHardware
by Mathias Agopian
· 15 years ago
bfb776ac
Merge "Get rid of warnings when compiled with -Wformat-security" into kraken
by Nick Kralevich
· 15 years ago
7450c02
am 900b6157: merge from open-source master
by The Android Open Source Project
· 15 years ago
900b615
merge from open-source master
by The Android Open Source Project
· 15 years ago
29f5d9b
Merge "Fix deadlock if the last reference of ICameraClient is removed in ICamera::connect()" into kraken
by Chih-Chung Chang
· 15 years ago
b0a0147
AudioFlinger: rename variables to clarify reference to track channel count or channel mask
by Eric Laurent
· 15 years ago
553447b
Fix deadlock if the last reference of ICameraClient is removed in
by Chih-Chung Chang
· 15 years ago
ce2cbe4
Get rid of warnings when compiled with -Wformat-security
by Nick Kralevich
· 15 years ago
ca20104
Merge "Fix issue 2678048: binder death detection in AudioFlinger is broken." into kraken
by Eric Laurent
· 15 years ago
c247328d
Merge "Several fixes in AudioDumpInterface:" into kraken
by Eric Laurent
· 15 years ago
2f0e675
Merge "SharedBufferStack now can grow up to 16 buffers." into kraken
by Mathias Agopian
· 15 years ago
6a70cb8
Merge "Refactor some code in surfaceflinger in preparation of upcoming changes" into kraken
by Mathias Agopian
· 15 years ago
ca64ed6
Merge "remove the "memcpy" hack" into kraken
by Mathias Agopian
· 15 years ago
59751db
SharedBufferStack now can grow up to 16 buffers.
by Mathias Agopian
· 15 years ago
9f2c4fd
Refactor some code in surfaceflinger in preparation of upcoming changes
by Mathias Agopian
· 15 years ago
aca2ee8
remove the "memcpy" hack
by Mathias Agopian
· 15 years ago
e862153
Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into kraken
by Kenny Root
· 15 years ago
fc12466
Several fixes in AudioDumpInterface:
by Eric Laurent
· 15 years ago
b339013
am d8c33747: am 78624e41: Add remove method in CameraParameters class.
by Wu-cheng Li
· 15 years ago
4f0f17d
Fix issue 2678048: binder death detection in AudioFlinger is broken.
by Eric Laurent
· 15 years ago
68246dc
ZipUtilsRO rewrite based on Dalvik Zip rewrite
by Kenny Root
· 15 years ago
78624e4
Add remove method in CameraParameters class.
by Wu-cheng Li
· 15 years ago
e1b2b3b
Merge "Add continuous focus mode constant." into kraken
by Wu-cheng Li
· 15 years ago
4cfc21e
am 56aed6bd: am c69775d6: Merge "fix [2664345] Flash: Bad flicker at the end of a pinch zoom." into froyo
by Mathias Agopian
· 15 years ago
ca09961
Add continuous focus mode constant.
by Wu-cheng Li
· 15 years ago
e25cc65
Support multiple cameras in framework.
by Chih-Chung Chang
· 15 years ago
2df6f51
fix [2664345] Flash: Bad flicker at the end of a pinch zoom.
by Mathias Agopian
· 15 years ago
a269d19
am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo
by Dan Egnor
· 15 years ago
08b3d2e
Make static versions of libutils and libbinder.
by Dan Egnor
· 15 years ago
3b91e13
make sure the server-side validates pointers/indices visible on the client side
by Mathias Agopian
· 15 years ago
1bb8b67
Merge "Add support for enqueuing buffers in arbitrary order" into kraken
by Mathias Agopian
· 15 years ago
daedd81
Merge "cleanup. waitForCondition() now uses polymorphsim instead of templtes" into kraken
by Mathias Agopian
· 15 years ago
1d0fa39
Merge "fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly." into kraken
by Mathias Agopian
· 15 years ago
14cee9f
New xlarge screen size.
by Dianne Hackborn
· 15 years ago
bfe7f0b1
Add support for enqueuing buffers in arbitrary order
by Mathias Agopian
· 15 years ago
f590f70
cleanup. waitForCondition() now uses polymorphsim instead of templtes
by Mathias Agopian
· 15 years ago
c54c127
fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly.
by Mathias Agopian
· 15 years ago
9bce873
more surfaceflinger cleanups
by Mathias Agopian
· 15 years ago
a8a0aa8
better fix for [2420565] Surface.lockCanvas() updates the dirty region too often
by Mathias Agopian
· 15 years ago
83512d4
DO NOT MERGE fix [2557396] Adreno200: glDrawTexi() doesn't work with height <= 16
by Mathias Agopian
· 15 years ago
b834b38
Merge "added setCrop() to android_native_window_t" into kraken
by Mathias Agopian
· 15 years ago
827cda4
Merge "add support for up to 16 buffers per surface" into kraken
by Mathias Agopian
· 15 years ago
360865e
Merge "clean-up surfaceflinger a bit" into kraken
by Mathias Agopian
· 15 years ago
e5c0a7b
clean-up surfaceflinger a bit
by Mathias Agopian
· 15 years ago
bb331f7
am 0fabf2e8: am 8ccbd4ba: Merge "Fix bug 2604132 40s skip after undocking In case of A2DP write errors, there is an overflow in the calculation of the sleep duration to simulate the timing of a successful write." into froyo
by Jean-Michel Trivi
· 15 years ago
16a86ee
added setCrop() to android_native_window_t
by Mathias Agopian
· 15 years ago
6bb5eba
add support for up to 16 buffers per surface
by Mathias Agopian
· 15 years ago
2f22d35
Fix bug 2604132 40s skip after undocking
by Jean-Michel Trivi
· 15 years ago
732c73e
am 26f61635: am 0a4ab1b9: Merge "fix [2599939] "cannot play video" after open/close a video player a dozen of times" into froyo
by Mathias Agopian
· 15 years ago
92c3b39
fix [2599939] "cannot play video" after open/close a video player a dozen of times
by Mathias Agopian
· 15 years ago
67bbac8
when a zero dimension buffer is allocated, turn the allocation into
by Mathias Agopian
· 15 years ago
24af70e
am e7d5a2f9: am 45423465: Merge "fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart)" into froyo
by Mathias Agopian
· 15 years ago
967dce3
fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart)
by Mathias Agopian
· 15 years ago
926d9a8
am 08caa704: am c58b4232: Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF.
by Wu-cheng Li
· 15 years ago
c58b423
Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF.
by Wu-cheng Li
· 15 years ago
2dc3da6
am 1921527c: am 9da7730d: Merge "Additional fix for isssue 2548710: Native AudioTrack resources never freed." into froyo
by Eric Laurent
· 15 years ago
380558b
Additional fix for isssue 2548710: Native AudioTrack resources never freed.
by Eric Laurent
· 15 years ago
db3647f
fix [2420565] Surface.lockCanvas() updates the dirty region too often
by Mathias Agopian
· 15 years ago
d0964b3
Only hold a weak pointer on SurfaceComposerClients
by Matt Fischer
· 15 years ago
59962ce
Make pixels prettier.
by Mathias Agopian
· 15 years ago
71f37cd
Fix isssue 2548710: Native AudioTrack resources never freed.
by Eric Laurent
· 15 years ago
966fcb8
Revert "fix [2542425] memory leak during video recording"
by Dianne Hackborn
· 15 years ago
544592e
fix [2542425] memory leak during video recording
by Mathias Agopian
· 15 years ago
04fdd18
Merge "fix [2542425] memory leak during video recording" into froyo
by Mathias Agopian
· 15 years ago
d741452
fix [2542425] memory leak during video recording
by Mathias Agopian
· 15 years ago
Next »