OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startDevice
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish/camera/
EmulatedQemuCameraDevice.h
71
status_t
startDevice
(int width, int height, uint32_t pix_fmt);
EmulatedFakeCameraDevice.h
75
status_t
startDevice
(int width, int height, uint32_t pix_fmt);
EmulatedCameraDevice.h
93
virtual status_t
startDevice
(int width, int height, uint32_t pix_fmt) = 0;
281
/* Performs common validation and calculation of
startDevice
parameters.
283
* width, height, pix_fmt - Parameters passed to the
startDevice
method.
EmulatedQemuCameraDevice.cpp
134
status_t EmulatedQemuCameraDevice::
startDevice
(int width,
EmulatedFakeCameraDevice.cpp
104
status_t EmulatedFakeCameraDevice::
startDevice
(int width,
EmulatedCamera.cpp
391
res = camera_dev->
startDevice
(width, height, org_fmt);
608
res = camera_dev->
startDevice
(width, height, org_fmt);
[
all
...]
/hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h
101
status_t
startDevice
(pcm *handle, bool *killThread);
AudioUsbALSA.cpp
454
err =
startDevice
(musbRecordingHandle, &mkillRecordingThread);
562
err =
startDevice
(mproxyRecordingHandle, &mkillRecordingThread);
637
status_t AudioUsbALSA::
startDevice
(pcm *handle, bool *killThread) {
868
err =
startDevice
(mproxyPlaybackHandle, &mkillPlayBackThread);
[
all
...]
Completed in 75 milliseconds