/device/generic/goldfish/camera/ |
D | EmulatedCamera2.cpp | 217 EmulatedCamera2* getInstance(const camera2_device_t *d) { in getInstance() 222 int EmulatedCamera2::set_request_queue_src_ops(const camera2_device_t *d, in set_request_queue_src_ops() 229 int EmulatedCamera2::notify_request_queue_not_empty(const camera2_device_t *d) { in notify_request_queue_not_empty() 234 int EmulatedCamera2::set_frame_queue_dst_ops(const camera2_device_t *d, in set_frame_queue_dst_ops() 241 int EmulatedCamera2::get_in_progress_count(const camera2_device_t *d) { in get_in_progress_count() 246 int EmulatedCamera2::flush_captures_in_progress(const camera2_device_t *d) { in flush_captures_in_progress() 251 int EmulatedCamera2::construct_default_request(const camera2_device_t *d, in construct_default_request() 258 int EmulatedCamera2::allocate_stream(const camera2_device_t *d, in allocate_stream() 272 int EmulatedCamera2::register_stream_buffers(const camera2_device_t *d, in register_stream_buffers() 281 int EmulatedCamera2::release_stream(const camera2_device_t *d, in release_stream() [all …]
|
D | EmulatedCamera3.cpp | 188 EmulatedCamera3* getInstance(const camera3_device_t *d) { in getInstance() 193 int EmulatedCamera3::initialize(const struct camera3_device *d, in initialize() 199 int EmulatedCamera3::configure_streams(const struct camera3_device *d, in configure_streams() 206 const struct camera3_device *d, in register_stream_buffers() 213 const struct camera3_device *d, in process_capture_request() 220 const camera3_device_t *d, int type) { in construct_default_request_settings() 225 void EmulatedCamera3::dump(const camera3_device_t *d, int fd) { in dump() 230 int EmulatedCamera3::flush(const camera3_device_t *d) { in flush()
|
/device/google/dragon/audio/hal/ |
D | iniparser.c | 112 int iniparser_getnsec(dictionary * d) in iniparser_getnsec() 143 char * iniparser_getsecname(dictionary * d, int n) in iniparser_getsecname() 178 void iniparser_dump(dictionary * d, FILE * f) in iniparser_dump() 206 void iniparser_dump_ini(dictionary * d, FILE * f) in iniparser_dump_ini() 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() 368 char * iniparser_getstring(dictionary * d, const char * key, char * def) in iniparser_getstring() 408 int iniparser_getint(dictionary * d, const char * key, int notfound) in iniparser_getint() 430 double iniparser_getdouble(dictionary * d, const char * key, double notfound) in iniparser_getdouble() [all …]
|
D | dictionary.c | 119 dictionary * d ; in dictionary_new() local 143 void dictionary_del(dictionary * d) in dictionary_del() 175 char * dictionary_get(dictionary * d, const char * key, char * def) in dictionary_get() 221 int dictionary_set(dictionary * d, const char * key, const char * val) in dictionary_set() 288 void dictionary_unset(dictionary * d, const char * key) in dictionary_unset() 337 void dictionary_dump(dictionary * d, FILE * out) in dictionary_dump() 362 dictionary * d ; in main() local
|
/device/google/contexthub/lib/libm/ |
D | fdlibm.h | 282 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 292 #define GET_HIGH_WORD(i,d) \ argument 301 #define GET_LOW_WORD(i,d) \ argument 310 #define INSERT_WORDS(d,ix0,ix1) \ argument 320 #define SET_HIGH_WORD(d,v) \ argument 330 #define SET_LOW_WORD(d,v) \ argument 349 #define GET_FLOAT_WORD(i,d) \ argument 358 #define SET_FLOAT_WORD(d,i) \ argument
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | math_private.h | 93 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 102 #define EXTRACT_WORD64(ix,d) \ argument 111 #define GET_HIGH_WORD(i,d) \ argument 120 #define GET_LOW_WORD(i,d) \ argument 129 #define INSERT_WORDS(d,ix0,ix1) \ argument 138 #define INSERT_WORD64(d,ix) \ argument 147 #define SET_HIGH_WORD(d,v) \ argument 157 #define SET_LOW_WORD(d,v) \ argument 179 #define GET_FLOAT_WORD(i,d) \ argument 188 #define SET_FLOAT_WORD(d,i) \ argument [all …]
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
D | Utilities.java | 6 static void centerAround(int x, int y, Drawable d) { in centerAround()
|
D | ColorWheel.java | 129 private int ave(int s, int d, float p) { in ave()
|
/device/google/contexthub/lib/nanohub/ |
D | sha2.c | 68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
|
/device/google/dragon/audio/hal/dsp/ |
D | biquad.c | 53 double d = sqrt((4 - sqrt(16 - 16 / (g * g))) / 2); in biquad_lowpass() local 88 double d = sqrt((4 - sqrt(16 - 16 / (g * g))) / 2); in biquad_highpass() local
|
D | drc.c | 174 struct biquad d; in init_emphasis_eq() local
|
/device/google/contexthub/firmware/src/algos/ |
D | fusion.c | 132 static int fusion_init_complete(struct Fusion *fusion, int what, const struct Vec3 *d, float dT) { in fusion_init_complete() 551 float d = fabsf(l - NOMINAL_GRAVITY); in fusionHandleAcc() local
|
/device/google/dragon/sensor_hub/ |
D | cros_ec_sensors.cpp | 348 float d; in processEvent() local
|
/device/generic/goldfish/sensors/ |
D | sensors_qemu.c | 212 static int sensor_device_pick_pending_event_locked(SensorDevice* d, in sensor_device_pick_pending_event_locked()
|
/device/generic/goldfish/opengl/system/gralloc/ |
D | gralloc.cpp | 414 gralloc_device_t* d = reinterpret_cast<gralloc_device_t*>(dev); in gralloc_device_close() local
|
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 1170 egl_surface_t* d = static_cast<egl_surface_t*>(eglSurface); in eglSwapBuffers() local
|
/device/generic/goldfish/qemud/ |
D | qemud.c | 166 unsigned d; in hex2int() local
|
/device/huawei/angler/camera/ |
D | QCamera_Intf.h | 969 } d; member
|
/device/moto/shamu/camera/ |
D | QCamera_Intf.h | 969 } d; member
|
/device/lge/bullhead/camera/ |
D | QCamera_Intf.h | 969 } d; member
|
/device/asus/fugu/original-kernel-headers/linux/ |
D | psb_drm.h | 217 } d; member
|
/device/asus/fugu/kernel-headers/linux/ |
D | psb_drm.h | 182 } d; member
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCamera_Intf.h | 929 } d; member
|