/device/lge/mako/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Parm.cpp | 389 mm_camera_parm_type_t type, uint16_t length, void *value) in native_set_parms() 403 mm_camera_parm_type_t type, uint16_t length, void *value, int *result) in native_set_parms() 1361 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str); in setParameters() local 1437 int value = attr_lookup(facedetection, in runFaceDetection() local 1535 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str); in setContrast() local 1586 int32_t value = attr_lookup(scenedetect, sizeof(scenedetect) / sizeof(str_map), str); in setSceneDetect() local 1653 int value = (camera_iso_mode_type)attr_lookup( in setISOValue() local 2030 int32_t value = attr_lookup(focus_modes, in setFocusMode() local 2078 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str); in setSceneMode() local 2110 …int32_t value = attr_lookup(selectable_zone_af, sizeof(selectable_zone_af) / sizeof(str_map), str); in setSelectableZoneAf() local [all …]
|
/device/lge/mako/camera/ |
D | QCameraHWI_Parm.cpp | 388 mm_camera_parm_type_t type, uint16_t length, void *value) in native_set_parms() 402 mm_camera_parm_type_t type, uint16_t length, void *value, int *result) in native_set_parms() 1422 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str); in setParameters() local 1502 int value = attr_lookup(facedetection, in runFaceDetection() local 1574 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str); in setContrast() local 1625 int32_t value = attr_lookup(scenedetect, sizeof(scenedetect) / sizeof(str_map), str); in setSceneDetect() local 1692 int value = (camera_iso_mode_type)attr_lookup( in setISOValue() local 2070 int32_t value = attr_lookup(focus_modes, in setFocusMode() local 2138 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str); in setSceneMode() local 2189 …int32_t value = attr_lookup(selectable_zone_af, sizeof(selectable_zone_af) / sizeof(str_map), str); in setSelectableZoneAf() local [all …]
|
D | QualcommCameraHardware.cpp | 1429 char value[PROPERTY_VALUE_MAX]; in QualcommCameraHardware() local 2071 char value[5]; in initDefaultParameters() local 2331 bool static native_start_ops(mm_camera_ops_type_t type, void* value) in native_start_ops() 2342 bool static native_stop_ops(mm_camera_ops_type_t type, void* value) in native_stop_ops() 2405 double value = atof(latlonString); in parseLatLong() local 2424 rat_t value[3] = { {degrees, 1}, in setLatLon() local 2493 double value = atof(str); in setGpsParameters() local 2515 long value = atol(str); in setGpsParameters() local 2668 camera_parm_type_t type, uint16_t length, void *value) in native_set_parms() 2679 camera_parm_type_t type, uint16_t length, void *value, int *result) in native_set_parms() [all …]
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 560 char value[PROPERTY_VALUE_MAX]; in QCameraParameters() local 965 const char *QCameraParameters::lookupNameByValue(const QCameraMap arr[], int len, int value) in lookupNameByValue() 1114 char value[PROPERTY_VALUE_MAX]; in setLiveSnapshotSize() local 1128 int32_t value = lookupAttr(HFR_MODES_MAP, in setLiveSnapshotSize() local 2202 int32_t value = 0; in setSceneMode() local 2421 int value = lookupAttr(BRACKETING_MODES_MAP, in setNumOfSnapshot() local 2475 int32_t value = lookupAttr(TRUE_FALSE_MODES_MAP, in setRecordingHint() local 2539 int32_t value = lookupAttr(ON_OFF_MODES_MAP, in setZslMode() local 2679 int32_t value = lookupAttr(FLIP_MODES_MAP, in setFlip() local 2690 int32_t value = lookupAttr(FLIP_MODES_MAP, in setFlip() local [all …]
|
/device/samsung/manta/libsensors/ |
D | IioSensorBase.cpp | 38 void IioSensorBase::handleData(int value) { in handleData() 104 bool IioSensorBase::readValue(int *value) { in readValue() 191 int value; in readEvents() local
|
D | LightSensor.cpp | 31 void LightSensor::handleData(int value) { in handleData()
|
D | PressureSensor.cpp | 37 void PressureSensor::handleData(int value) { in handleData()
|
/device/generic/goldfish/opengl/system/egl/ |
D | eglDisplay.cpp | 397 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) in getAttribValue() 408 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) in getConfigAttrib() 419 EGLint value = 0; in dumpConfig() local 430 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value) in setAttribValue() 441 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) in setConfigAttrib()
|
D | egl.cpp | 594 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() 716 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value) in eglQuerySurface() 790 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() 1039 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() 1233 EGLint attribute, EGLint *value) in eglGetSyncAttribKHR()
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera.c | 535 int32_t value = 0; in mm_camera_set_parms() local 565 int32_t value = 0; in mm_camera_get_parms() local 590 int32_t value = 0; in mm_camera_do_auto_focus() local 611 int32_t value = 0; in mm_camera_cancel_auto_focus() local 634 int32_t value = do_af_flag; in mm_camera_prepare_snapshot() local 655 int32_t value = 0; in mm_camera_start_zsl_snapshot() local 679 int32_t value; in mm_camera_stop_zsl_snapshot() local 1603 int32_t mm_camera_util_s_ctrl(int32_t fd, uint32_t id, int32_t *value) in mm_camera_util_s_ctrl() 1637 int32_t mm_camera_util_g_ctrl( int32_t fd, uint32_t id, int32_t *value) in mm_camera_util_g_ctrl()
|
D | mm_camera_stream.c | 1018 int32_t value = 0; in mm_stream_set_parm() local 1045 int32_t value = 0; in mm_stream_get_parm() local 1072 int32_t value = 0; in mm_stream_do_action() local 2425 int32_t value = 0; in mm_stream_sync_info() local
|
/device/lge/mako/camera/mm-camera-interface/ |
D | mm_camera.c | 68 static int32_t mm_camera_ctrl_set_auto_focus (mm_camera_obj_t *my_obj, int value) in mm_camera_ctrl_set_auto_focus() 97 int rc = 0, value; in mm_camera_ctrl_set_whitebalance() local 129 int value = 0; in mm_camera_ctrl_set_toggle_afr() local 411 cam_ctrl_type type, uint32_t length, void *value) in mm_camera_send_native_ctrl_cmd() 434 cam_ctrl_type type, uint32_t length, void *value,int timeout) in mm_camera_send_native_ctrl_timeout_cmd()
|
D | mm_camera_stream.c | 244 int32_t mm_camera_util_s_ctrl( int32_t fd, uint32_t id, int32_t value) in mm_camera_util_s_ctrl() 262 int32_t mm_camera_util_private_s_ctrl(int32_t fd, uint32_t id, int32_t value) in mm_camera_util_private_s_ctrl() 280 int32_t mm_camera_util_g_ctrl( int32_t fd, uint32_t id, int32_t *value) in mm_camera_util_g_ctrl()
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1403 int32_t getExifFocalLength(rat_t *focalLength, float value) in getExifFocalLength() 1421 int32_t getExifExpTimeInfo(rat_t *expoTimeInfo, int64_t value) in getExifExpTimeInfo() 1446 uint32_t &count, char* value) in getExifGpsProcessingMethod() 1474 char *latRef, double value) in getExifLatitude() 1509 char *lonRef, double value) in getExifLongitude() 1544 char *altRef, double value) in getExifAltitude() 1549 double value = atof(str); in getExifAltitude() local 1577 rat_t *gpsTimeStamp, int64_t value) in getExifGpsDateTimeStamp() 1770 char value[PROPERTY_VALUE_MAX]; in getExifData() local
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
D | ColorLEDController.java | 32 public void onPositionChange(double value) { in onPositionChange() 46 public LabelClickListener(Slider slider, double value) { in LabelClickListener()
|
D | ServoController.java | 33 public void onPositionChange(double value) { in onPositionChange()
|
D | Slider.java | 15 void onPositionChange(double value); in onPositionChange()
|
/device/google/accessory/arduino/USB_Host_Shield/ |
D | Max_LCD.cpp | 252 inline void Max_LCD::command(uint8_t value) { in command() 257 inline size_t Max_LCD::write(uint8_t value) { in write()
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 72 int value = RDI_MASK; in mm_app_open_rdi() local 126 int value = RDI_MASK; in mm_app_prepare_rdi() local
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera.c | 1220 int32_t mm_camera_ctrl_set_auto_focus (mm_camera_obj_t *my_obj, int32_t value) in mm_camera_ctrl_set_auto_focus() 1249 int32_t rc = 0, value; in mm_camera_ctrl_set_whitebalance() local 1600 int32_t mm_camera_util_private_s_ctrl(int32_t fd, uint32_t id, void* value) in mm_camera_util_private_s_ctrl() 1621 void *value) in mm_camera_send_native_ctrl_cmd() 1631 void *value, in mm_camera_send_native_ctrl_timeout_cmd() 1743 int32_t mm_camera_util_s_ctrl(int32_t fd, uint32_t id, int32_t value) in mm_camera_util_s_ctrl() 1760 int32_t mm_camera_util_g_ctrl( int32_t fd, uint32_t id, int32_t *value) in mm_camera_util_g_ctrl()
|
D | mm_camera_stream.c | 905 stream_cid_t *value = (stream_cid_t *)in_value; in mm_stream_set_parm_acquire() local 925 stream_cid_t *value = (stream_cid_t *)out_value; in mm_stream_get_parm_acquire() local 947 void *value = payload->value; in mm_stream_set_parm_config() local 990 void *value = payload->value; in mm_stream_set_parm_start() local 1477 int32_t mm_stream_set_cid(mm_stream_t *my_obj,stream_cid_t *value) in mm_stream_set_cid()
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 349 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() 407 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) in eglQuerySurface() 441 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() 570 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() 655 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) in eglGetSyncAttribKHR()
|
/device/generic/goldfish/audio/ |
D | audio_hw.c | 127 char value[32]; in out_set_parameters() local 155 char value[256]; in out_get_parameters() local 283 char value[32]; in in_set_parameters() local 312 char value[256]; in in_get_parameters() local
|
/device/samsung/manta/recovery/ |
D | recovery_updater.c | 86 static void set_bootflag(FILE* f, int value) { in set_bootflag()
|
/device/asus/grouper/liblights/ |
D | lights.c | 36 static int write_int(char const *path, int value) in write_int()
|