Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 55) sorted by relevance

123

/device/google/contexthub/firmware/src/
Dsensors.c40 #define EXT_APP_TID(s) HANDLE_TO_TID(s->handle) argument
41 #define LOCAL_APP_OPS(s) ((const struct SensorOps*)taggedPtrToPtr(s->callInfo)) argument
42 #define IS_LOCAL_APP(s) (taggedPtrIsPtr(s->callInfo)) argument
125 struct Sensor *s; in sensorRegisterEx() local
178 struct Sensor *s = sensorFindByHandle(handle); in sensorRegisterInitComplete() local
191 struct Sensor *s = sensorFindByHandle(handle); in sensorUnregister() local
221 static bool sensorCallFuncPower(struct Sensor* s, bool on) in sensorCallFuncPower()
244 static bool sensorCallAsOwner(struct Sensor* s, bool (*callback)(void*)) in sensorCallAsOwner()
249 static bool sensorCallFuncFwUpld(struct Sensor* s) in sensorCallFuncFwUpld()
262 static bool sensorCallFuncSetRate(struct Sensor* s, uint32_t rate, uint64_t latency) in sensorCallFuncSetRate()
[all …]
Dprintf.c101 static uint32_t StrVPrintf_StrLen_withMax(const char* s, uint32_t max) in StrVPrintf_StrLen_withMax()
110 static uint32_t StrVPrintf_StrLen(const char* s) in StrVPrintf_StrLen()
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_semaphore.h48 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/
Dcam_semaphore.h48 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/bullhead/camera/QCamera2/stack/common/
Dcam_semaphore.h48 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/google/contexthub/lib/libc/
Dbcopy.c80 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() argument
81 #define TLOOP1(s) do { s; } while (--t) in memcpy() argument
Dstrncpy.c46 const char *s = src; in strncpy() local
/device/google/dragon/audio/hal/
Diniparser.c44 static char * strlwc(const char * s) in strlwc()
74 static char * strstrip(const char * s) in strstrip()
244 void iniparser_dumpsection_ini(dictionary * d, char * s, FILE * f) in iniparser_dumpsection_ini()
278 int iniparser_getsecnkeys(dictionary * d, char * s) in iniparser_getsecnkeys()
317 char ** iniparser_getseckeys(dictionary * d, char * s) in iniparser_getseckeys()
/device/generic/goldfish/gps/
Dgps_qemu.c594 gps_state_done( GpsState* s ) in gps_state_done()
613 gps_state_start( GpsState* s ) in gps_state_start()
628 gps_state_stop( GpsState* s ) in gps_state_stop()
823 GpsState* s = _gps_state; in qemu_gps_init() local
837 GpsState* s = _gps_state; in qemu_gps_cleanup() local
847 GpsState* s = _gps_state; in qemu_gps_start() local
863 GpsState* s = _gps_state; in qemu_gps_stop() local
/device/asus/fugu/power/
Dpower.c42 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/lge/bullhead/power/
Dutils.c102 int sysfs_read(char *path, char *s, int num_bytes) in sysfs_read()
130 int sysfs_write(char *path, char *s) in sysfs_write()
/device/huawei/angler/power/
Dutils.c102 int sysfs_read(char *path, char *s, int num_bytes) in sysfs_read()
130 int sysfs_write(char *path, char *s) in sysfs_write()
/device/asus/fugu/libaudio/
DAudioHardwareOutput.cpp226 Settings initial, s; in setParameters() local
354 Settings s; in getParameters() local
555 Settings s; in dump() local
/device/google/marlin/power/
Dutils.c113 int sysfs_read(char *path, char *s, int num_bytes) in sysfs_read()
141 int sysfs_write(char *path, char *s) in sysfs_write()
/device/htc/flounder/sensor_hub/libsensors/
DInputEventReader.cpp62 size_t s = mHead - mBufferEnd; in fill() local
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp642 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
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DColorWheel.java61 Shader s = new SweepGradient(0, 0, mColors, null); in ColorWheel() local
129 private int ave(int s, int d, float p) { in ave()
/device/google/contexthub/lib/libm/
Def_sqrt.c33 __int32_t ix,s,q,m,t,i; local
Def_asin.c47 float t,w,p,q,c,r,s; local
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
DServerConnection.cpp96 char *s = getenv(ENV_RGL_SERVER); in create() local
/device/lge/bullhead/
Dreleasetools.py264 def trunc_to_null(s): argument
/device/google/marlin/dataservices/datatop/src/
Ddatatop_cpu_stats_poll.c66 struct stat s; in dtop_cpu_search() local
Ddatatop.c133 char s[4]; in dtop_poll_periodically() local
Ddatatop_gen_poll.c225 struct stat s; in dtop_search() local
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DglUtils.cpp81 size_t s = 0; in glUtilsParamSize() local

123