Searched refs:mDeviceName (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedQemuCameraDevice.cpp | 58 mDeviceName = device_name; in Initialize() 80 (const char*)mDeviceName); in connectDevice() 88 (const char*)mDeviceName); in connectDevice() 92 (const char*)mDeviceName); in connectDevice() 104 (const char*)mDeviceName); in disconnectDevice() 109 (const char*)mDeviceName); in disconnectDevice() 117 (const char*)mDeviceName); in disconnectDevice() 121 (const char*)mDeviceName); in disconnectDevice() 134 (const char*)mDeviceName); in startDevice() 139 (const char*)mDeviceName); in startDevice() [all …]
|
D | EmulatedQemuCameraDevice.h | 109 String8 mDeviceName; variable
|
/device/generic/goldfish/camera/ |
D | EmulatedQemuCameraDevice.cpp | 59 mDeviceName = device_name; in Initialize() 82 __FUNCTION__, (const char*)mDeviceName); in connectDevice() 90 __FUNCTION__, (const char*)mDeviceName); in connectDevice() 94 __FUNCTION__, (const char*)mDeviceName); in connectDevice() 107 __FUNCTION__, (const char*)mDeviceName); in disconnectDevice() 112 __FUNCTION__, (const char*)mDeviceName); in disconnectDevice() 120 __FUNCTION__, (const char*)mDeviceName); in disconnectDevice() 124 __FUNCTION__, (const char*)mDeviceName); in disconnectDevice() 139 __FUNCTION__, (const char*)mDeviceName); in startDevice() 144 __FUNCTION__, (const char*)mDeviceName); in startDevice() [all …]
|
D | EmulatedQemuCameraDevice.h | 119 String8 mDeviceName; variable
|
D | EmulatedQemuCamera3.h | 152 const char *mDeviceName; variable
|
D | EmulatedQemuCamera3.cpp | 103 delete[] mDeviceName; in ~EmulatedQemuCamera3() 193 mDeviceName = deviceName; in Initialize() 233 mSensor = new QemuSensor(mDeviceName, mSensorWidth, mSensorHeight, mGBM); in connectCamera()
|
/device/generic/goldfish/camera/qemu-pipeline3/ |
D | QemuSensor.cpp | 66 mDeviceName(deviceName), 95 snprintf(connect_str, sizeof(connect_str), "name=%s", mDeviceName); in startUp() 104 __FUNCTION__, (const char*) mDeviceName); in startUp() 108 __FUNCTION__, (const char*) mDeviceName); in startUp() 127 __FUNCTION__, (const char*) mDeviceName); in shutDown() 130 __FUNCTION__, (const char*) mDeviceName); in shutDown() 413 __FUNCTION__, (const char*) mDeviceName); in captureRGBA() 416 __FUNCTION__, (const char*) mDeviceName); in captureRGBA() 431 __FUNCTION__, (const char*) mDeviceName, in captureRGBA() 437 __FUNCTION__, (const char*) mDeviceName, in captureRGBA() [all …]
|
D | QemuSensor.h | 151 const char *mDeviceName; variable
|