replicant-frameworks_native/include
Stephen Hines 457296ad6c Fix undefined behavior (not returning a value from a function with return).
Bug: 17379740

This function was missing a return statement, even though it declares a return
type. This is undefined behavior, which clang miscompiled into just falling
through to a later function in some cases. Adding the return statement
fixes the undefined behavior (and probably fixes a bug too).

Change-Id: I05c03b6473b831769dc4fa8b5ba43fb4249f7626
2014-09-04 15:52:47 +00:00
..
android New keycode definitions for TV remotes. 2014-09-02 13:48:25 -07:00
batteryservice BatteryProperty: Add property ENERGY_COUNTER and 64-bit integer properties 2014-05-16 03:05:11 +00:00
binder Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use."""" 2014-09-02 16:11:46 -07:00
diskusage More changes to fix PDK build: 2012-10-24 12:30:41 -07:00
gui GLConsumer: Fix eglTerminate/eglInit edge case. 2014-08-27 03:10:58 +00:00
input New keycode definitions for TV remotes. 2014-09-02 13:48:25 -07:00
media Merge "Tunneled Video Playback support" into lmp-dev 2014-08-09 00:45:27 +00:00
powermanager PowerManager: add powerHint binder method 2014-04-02 21:24:01 +00:00
private Have VirtualDisplays send SF resize messages when resizing 2014-07-30 11:23:44 -07:00
ui Fix undefined behavior (not returning a value from a function with return). 2014-09-04 15:52:47 +00:00