/device/htc/flounder/sensor_hub/libsensors/ |
D | sensors.cpp | 46 .version = 1, 63 .version = 1, 80 .version = 1, 97 .version = 1, 114 .version = 1, 131 .version = 1, 148 .version = 1, 165 .version = 1, 182 .version = 1, 199 .version = 1, [all …]
|
D | CwMcuSensor.cpp | 276 mPendingEvents[CW_ACCELERATION].version = sizeof(sensors_event_t); in CwMcuSensor() 281 mPendingEvents[CW_MAGNETIC].version = sizeof(sensors_event_t); in CwMcuSensor() 285 mPendingEvents[CW_GYRO].version = sizeof(sensors_event_t); in CwMcuSensor() 290 mPendingEvents[CW_LIGHT].version = sizeof(sensors_event_t); in CwMcuSensor() 295 mPendingEvents[CW_PRESSURE].version = sizeof(sensors_event_t); in CwMcuSensor() 300 mPendingEvents[CW_ORIENTATION].version = sizeof(sensors_event_t); in CwMcuSensor() 305 mPendingEvents[CW_ROTATIONVECTOR].version = sizeof(sensors_event_t); in CwMcuSensor() 309 mPendingEvents[CW_LINEARACCELERATION].version = sizeof(sensors_event_t); in CwMcuSensor() 313 mPendingEvents[CW_GRAVITY].version = sizeof(sensors_event_t); in CwMcuSensor() 317 mPendingEvents[CW_MAGNETIC_UNCALIBRATED].version = sizeof(sensors_event_t); in CwMcuSensor() [all …]
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | ThreadInfo.h | 27 version = _version; in EGLWrapperContext() 36 int version; member
|
D | egl.cpp | 482 int version = 1; in eglCreateContext() local 486 version = 2; in eglCreateContext() 493 EGLWrapperContext *wctx = new EGLWrapperContext(ctx, version); in eglCreateContext() 500 … (uint32_t)(share_context == EGL_NO_CONTEXT ? 0 : share_context), wctx->version); in eglCreateContext() 575 *value = wctx->version; in eglQueryContext()
|
/device/google/accessory/arduino/AndroidAccessory/ |
D | AndroidAccessory.h | 27 const char *version; variable 57 const char *version,
|
D | AndroidAccessory.cpp | 41 const char *version, in AndroidAccessory() argument 46 version(version), in AndroidAccessory() 96 sendString(addr, ACCESSORY_STRING_VERSION, version); in switchDevice()
|
/device/generic/goldfish/sensors/ |
D | sensors_qemu.c | 212 event->version = sizeof(*event); in sensor_device_pick_pending_event_locked() 535 .version = 1, 546 .version = 1, 557 .version = 1, 568 .version = 1, 579 .version = 1, 653 dev->device.common.version = SENSORS_DEVICE_API_VERSION_1_0; in open_sensors()
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
D | gralloc_cb.h | 54 version = sizeof(native_handle); in cb_handle_t() 76 hnd->version == sizeof(native_handle) && in validate()
|
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 148 version = 1; in EGLContext_t() 885 EGLint version = 1; //default in eglCreateContext() local 887 if (attrib_list[0] == EGL_CONTEXT_CLIENT_VERSION) version = attrib_list[1]; in eglCreateContext() 901 uint32_t rcContext = rcEnc->rcCreateContext(rcEnc, (uintptr_t)config, rcShareCtx, version); in eglCreateContext() 911 context->version = version; in eglCreateContext() 996 if (context->version == 2) { in eglMakeCurrent() 1007 if (tInfo->currentContext->version == 2) { in eglMakeCurrent() 1026 if (tInfo->currentContext->version == 2) { in eglMakeCurrent() 1091 *value = context->version; in eglQueryContext() 1115 if (tInfo->currentContext->version == 2) { in eglWaitGL() [all …]
|
D | ClientAPIExts.cpp | 98 int idx = (int)thread->currentContext->version - 1; \ 112 int idx = (int)thread->currentContext->version - 1; \
|
D | eglContext.h | 37 EGLint version; member
|
/device/generic/goldfish/opengl/system/GLESv2/ |
D | gl2.cpp | 64 if (native_buffer->common.version != sizeof(android_native_buffer_t)) { in glEGLImageTargetTexture2DOES() 91 if (native_buffer->common.version != sizeof(android_native_buffer_t)) { in glEGLImageTargetRenderbufferStorageOES()
|
/device/generic/goldfish/opengl/system/GLESv1/ |
D | gl.cpp | 63 if (native_buffer->common.version != sizeof(android_native_buffer_t)) { in glEGLImageTargetTexture2DOES() 92 if (native_buffer->common.version != sizeof(android_native_buffer_t)) { in glEGLImageTargetRenderbufferStorageOES()
|
/device/htc/flounder/ |
D | nvcamera.conf | 5 version=1
|
/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/ |
D | ut_rendercontrol.in | 1 GL_ENTRY(int, createContext, uint32_t pid, uint32_t handle, uint32_t shareCtx, int version)
|
/device/generic/goldfish/camera/ |
D | EmulatedBaseCamera.cpp | 49 device->version = cameraVersion; in EmulatedBaseCamera()
|
/device/generic/goldfish/vibrator/ |
D | vibrator_qemu.c | 66 vibradev->common.version = HARDWARE_DEVICE_API_VERSION(1,0); in qemu_vibra_open()
|
/device/generic/goldfish/fingerprint/ |
D | fingerprint.c | 119 message.data.authenticated.hat.version = HW_AUTH_TOKEN_VERSION; in listener_send_notice() 281 if (hat->version != HW_AUTH_TOKEN_VERSION) { in fingerprint_enroll() 346 dev->device.common.version = HARDWARE_MODULE_API_VERSION(2, 0); in fingerprint_open()
|
/device/lge/hammerhead/libsensors/ |
D | sensors.cpp | 54 .version = 1, 66 .version = 1, 449 dev->device.common.version = SENSORS_DEVICE_API_VERSION_1_0; in open_sensors()
|
/device/htc/flounder/lights/ |
D | lights.c | 141 dev->common.version = 0; in open_lights()
|
/device/generic/goldfish/lights/ |
D | lights_qemu.c | 189 dev->common.version = 0; in open_lights()
|
/device/asus/fugu/ |
D | BoardConfig.mk | 105 ro.opengles.version = 196609 \
|
/device/lge/hammerhead/liblight/ |
D | lights.c | 233 dev->common.version = 0; in open_lights()
|
/device/sample/sdk_addon/ |
D | manifest.ini | 15 # version of the Android platform on which this add-on is built.
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | README | 10 This function queries the host renderer version number. 13 This function queries the host renderer for the EGL version
|