| /device/asus/flo/camera/QCamera2/stack/common/ |
| D | cam_semaphore.h | 48 static inline void cam_sem_init(cam_semaphore_t *s, int n) in cam_sem_init() 55 static inline void cam_sem_post(cam_semaphore_t *s) in cam_sem_post() 63 static inline int cam_sem_wait(cam_semaphore_t *s) in cam_sem_wait() 74 static inline void cam_sem_destroy(cam_semaphore_t *s) in cam_sem_destroy()
|
| /device/moto/shamu/camera/QCamera2/stack/common/ |
| D | cam_semaphore.h | 48 static inline void cam_sem_init(cam_semaphore_t *s, int n) in cam_sem_init() 55 static inline void cam_sem_post(cam_semaphore_t *s) in cam_sem_post() 63 static inline int cam_sem_wait(cam_semaphore_t *s) in cam_sem_wait() 74 static inline void cam_sem_destroy(cam_semaphore_t *s) in cam_sem_destroy()
|
| /device/lge/hammerhead/camera/QCamera2/stack/common/ |
| D | cam_semaphore.h | 48 static inline void cam_sem_init(cam_semaphore_t *s, int n) in cam_sem_init() 55 static inline void cam_sem_post(cam_semaphore_t *s) in cam_sem_post() 63 static inline int cam_sem_wait(cam_semaphore_t *s) in cam_sem_wait() 74 static inline void cam_sem_destroy(cam_semaphore_t *s) in cam_sem_destroy()
|
| /device/generic/goldfish/gps/ |
| D | gps_qemu.c | 596 gps_state_done( GpsState* s ) in gps_state_done() 615 gps_state_start( GpsState* s ) in gps_state_start() 630 gps_state_stop( GpsState* s ) in gps_state_stop() 825 GpsState* s = _gps_state; in qemu_gps_init() local 839 GpsState* s = _gps_state; in qemu_gps_cleanup() local 849 GpsState* s = _gps_state; in qemu_gps_start() local 865 GpsState* s = _gps_state; in qemu_gps_stop() local
|
| /device/asus/fugu/power/ |
| D | power.c | 40 static ssize_t sysfs_write(char *path, char *s) in sysfs_write() 63 static ssize_t sysfs_read(char *path, char *s, int num_bytes) in sysfs_read()
|
| /device/asus/fugu/libaudio/ |
| D | AudioHardwareOutput.cpp | 225 Settings initial, s; in setParameters() local 353 Settings s; in getParameters() local 554 Settings s; in dump() local
|
| /device/generic/goldfish/camera/ |
| D | EmulatedFakeCamera2.cpp | 642 const Stream& s = mStreams.valueAt(i); in dump() local 840 const Stream &s = mParent->getStreamInfo(streamId); in setupCapture() local 962 const ReprocessStream &s = mParent->getReprocessStreamInfo(streamId); in setupReprocess() local 991 const Stream &s = mParent->getStreamInfo(streamId); in setupReprocess() local 1050 Stream s = mParent->getStreamInfo(b.streamId); in getBuffers() local 1076 ReprocessStream s = mParent->getReprocessStreamInfo(-b.streamId); in getBuffers() local 1370 const Stream &s = mParent->getStreamInfo(b.streamId); in threadLoop() local 1414 const Stream &s = mParent->getStreamInfo(jpegBuffer.streamId); in onJpegDone() local 1422 const ReprocessStream &s = in onJpegInputDone() local
|
| D | EmulatedFakeCamera3.cpp | 231 for (StreamIterator s = mStreams.begin(); s != mStreams.end(); s++) { in closeCamera() local 329 for (StreamIterator s = mStreams.begin(); s != mStreams.end(); ++s) { in configureStreams() local 372 for (StreamIterator s = mStreams.begin(); s != mStreams.end();) { in configureStreams() local 414 StreamIterator s = mStreams.begin(); in registerStreamBuffers() local
|
| D | EmulatedCameraFactory.cpp | 385 char* s = strchr(name_start, ' '); in createQemuCameras() local
|
| /device/htc/flounder/sensor_hub/libsensors/ |
| D | InputEventReader.cpp | 61 size_t s = mHead - mBufferEnd; in fill() local
|
| /device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
| D | ColorWheel.java | 61 Shader s = new SweepGradient(0, 0, mColors, null); in ColorWheel() local 129 private int ave(int s, int d, float p) { in ave()
|
| /device/asus/deb/ |
| D | releasetools.py | 193 def trunc_to_null(s): argument
|
| /device/lge/mako/ |
| D | releasetools.py | 193 def trunc_to_null(s): argument
|
| /device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
| D | ServerConnection.cpp | 96 char *s = getenv(ENV_RGL_SERVER); in create() local
|
| /device/lge/hammerhead/ |
| D | releasetools.py | 196 def trunc_to_null(s): argument
|
| /device/asus/flo/ |
| D | releasetools.py | 218 def trunc_to_null(s): argument
|
| /device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
| D | glUtils.cpp | 80 size_t s = 0; in glUtilsParamSize() local
|
| /device/asus/grouper/power/ |
| D | power.c | 65 static int sysfs_write(char *path, char *s) in sysfs_write()
|
| /device/htc/flounder/health/ |
| D | healthd-flounder.cpp | 74 static void write_sysfs(const char *path, char *s) in write_sysfs()
|
| /device/moto/shamu/ |
| D | releasetools.py | 286 def trunc_to_null(s): argument
|
| /device/htc/flounder/power/ |
| D | power_flounder.c | 61 static void sysfs_write(const char *path, char *s) in sysfs_write()
|
| /device/generic/goldfish/qemud/ |
| D | qemud.c | 1070 serial_fd_close( Serial* s ) in serial_fd_close() 1090 serial_fd_receive( Serial* s, Packet* p ) in serial_fd_receive() 1162 serial_send( Serial* s, Packet* p ) in serial_send() 1183 serial_init( Serial* s, in serial_init()
|
| /device/lge/hammerhead/power/ |
| D | power_hammerhead.c | 90 static int sysfs_write(const char *path, char *s) in sysfs_write()
|
| /device/lge/mako/power/ |
| D | power_mako.c | 90 static int sysfs_write(const char *path, char *s) in sysfs_write()
|
| /device/samsung/manta/power/ |
| D | power_manta.c | 60 static void sysfs_write(const char *path, char *s) in sysfs_write()
|