HomeSort by relevance Sort by last modified time
    Searched refs:local_device (Results 1 - 5 of 5) sorted by null

  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
BluetoothHalV1.driver.cpp 16 bluetooth_module_t* local_device = reinterpret_cast<bluetooth_module_t*>(device_); local
17 if (local_device == NULL) {
19 local_device = reinterpret_cast<bluetooth_module_t*>(hmi_);
21 if (local_device == NULL) {
30 if (reinterpret_cast<bluetooth_module_t*>(local_device)->get_bluetooth_interface == NULL) {
35 cout << "local_device = " << local_device; local
36 *result = const_cast<void*>(reinterpret_cast<const void*>(local_device->get_bluetooth_interface()));
50 bluetooth_module_t* local_device = reinterpret_cast<bluetooth_module_t*>(device_); local
51 if (local_device == NULL)
    [all...]
CameraHalV2.driver.cpp 65 camera_module_t* local_device = reinterpret_cast<camera_module_t*>(device_); local
66 if (local_device == NULL) {
68 local_device = reinterpret_cast<camera_module_t*>(hmi_);
70 if (local_device == NULL) {
89 if (reinterpret_cast<camera_module_t*>(local_device)->common.methods->open == NULL) {
94 *result = const_cast<void*>(reinterpret_cast<const void*>(local_device->common.methods->open(
126 camera_module_t* local_device = reinterpret_cast<camera_module_t*>(device_); local
127 if (local_device == NULL) {
129 local_device = reinterpret_cast<camera_module_t*>(hmi_);
131 if (local_device == NULL)
145 cout << "local_device = " << local_device; local
166 cout << "local_device = " << local_device; local
192 cout << "local_device = " << local_device; local
210 cout << "local_device = " << local_device; local
225 camera_module_t* local_device = reinterpret_cast<camera_module_t*>(device_); local
242 camera_module_t* local_device = reinterpret_cast<camera_module_t*>(device_); local
275 camera_module_t* local_device = reinterpret_cast<camera_module_t*>(device_); local
    [all...]
BluetoothHalV1bt_interface_t.driver.cpp 221 bt_interface_t* local_device = reinterpret_cast<bt_interface_t*>(device_); local
222 if (local_device == NULL) {
224 local_device = reinterpret_cast<bt_interface_t*>(hmi_);
226 if (local_device == NULL) {
252 if (reinterpret_cast<bt_interface_t*>(local_device)->init == NULL) {
257 cout << "local_device = " << local_device; local
258 *result = const_cast<void*>(reinterpret_cast<const void*>(local_device->init(
273 bt_interface_t* local_device = reinterpret_cast<bt_interface_t*>(device_); local
274 if (local_device == NULL)
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 245 psb_output_device local_device, extend_device; local
300 ret = psb_xrandr_local_crtc_coordinate(&local_device, &local_crtc_x, &local_crtc_y, &display_width, &display_height, &local_rotation);
psb_coverlay.c 908 psb_output_device local_device, extend_device; local
    [all...]

Completed in 466 milliseconds