OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commonStartDevice
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/camera/
EmulatedCameraDevice.h
287
virtual status_t
commonStartDevice
(int width, int height, uint32_t pix_fmt);
290
* This method will undo what
commonStartDevice
had done.
EmulatedQemuCameraDevice.cpp
152
status_t res = EmulatedCameraDevice::
commonStartDevice
(width, height, pix_fmt);
154
ALOGE("%s:
commonStartDevice
failed", __FUNCTION__);
EmulatedCameraDevice.cpp
195
status_t EmulatedCameraDevice::
commonStartDevice
(int width,
EmulatedFakeCameraDevice.cpp
122
EmulatedCameraDevice::
commonStartDevice
(width, height, pix_fmt);
165
ALOGE("%s:
commonStartDevice
failed", __FUNCTION__);
Completed in 60 milliseconds