/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/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/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/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 | 42 static ssize_t sysfs_write(char *path, char *s) in sysfs_write() 65 static ssize_t sysfs_read(char *path, char *s, int num_bytes) in sysfs_read()
|
/device/asus/fugu/libaudio/ |
D | AudioHardwareOutput.cpp | 226 Settings initial, s; in setParameters() local 354 Settings s; in getParameters() local 555 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 | 199 for (StreamIterator s = mStreams.begin(); s != mStreams.end(); s++) { in closeCamera() local 297 for (StreamIterator s = mStreams.begin(); s != mStreams.end(); ++s) { in configureStreams() local 341 for (StreamIterator s = mStreams.begin(); s != mStreams.end();) { in configureStreams() local 1211 float s = 0.f; in constructStaticInfo() local
|
D | EmulatedCameraFactory.cpp | 402 char* s = strchr(name_start, ' '); in createQemuCameras() local
|
/device/htc/flounder/sensor_hub/libsensors/ |
D | InputEventReader.cpp | 62 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/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | ServerConnection.cpp | 96 char *s = getenv(ENV_RGL_SERVER); in create() local
|
D | gles.cpp | 176 void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f() 296 void glClearStencil(GLint s) in glClearStencil() 601 void glMultiTexCoord4x(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in glMultiTexCoord4x() 966 void glMultiTexCoord4xOES(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in glMultiTexCoord4xOES()
|
/device/asus/deb/ |
D | releasetools.py | 200 def trunc_to_null(s): argument
|
/device/lge/hammerhead/ |
D | releasetools.py | 213 def trunc_to_null(s): argument
|
/device/asus/flo/ |
D | releasetools.py | 225 def trunc_to_null(s): argument
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | glUtils.cpp | 80 size_t s = 0; in glUtilsParamSize() local
|
/device/moto/shamu/ |
D | releasetools.py | 296 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/htc/flounder/health/ |
D | healthd-flounder.cpp | 76 static void write_sysfs(const char *path, char *s) in write_sysfs()
|
/device/generic/goldfish/qemud/ |
D | qemud.c | 1071 serial_fd_close( Serial* s ) in serial_fd_close() 1091 serial_fd_receive( Serial* s, Packet* p ) in serial_fd_receive() 1163 serial_send( Serial* s, Packet* p ) in serial_send() 1184 serial_init( Serial* s, in serial_init()
|
/device/asus/flo/power/ |
D | power_flo.c | 90 static int sysfs_write(const char *path, char *s) in sysfs_write()
|
/device/lge/hammerhead/power/ |
D | power_hammerhead.c | 90 static int sysfs_write(const char *path, char *s) in sysfs_write()
|
/device/lge/hammerhead/libsensors/ |
D | sensors.cpp | 408 int s= ctx->setDelay(handle, ns); in poll__setDelay() local
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraStateMachine.cpp | 3111 char s[128]; in dump() local
|