/external/libweave/src/ |
weave_unittest.cc | 276 void StartDevice() { 392 StartDevice(); 397 StartDevice(); 459 StartDevice(); 484 StartDevice(); 529 StartDevice(); 558 StartDevice(); 592 StartDevice();
|
/device/generic/goldfish/camera/ |
EmulatedQemuCameraDevice.h | 71 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.
|
EmulatedFakeCameraDevice.h | 75 status_t startDevice(int width, int height, uint32_t pix_fmt);
|
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...] |
/external/opencv3/samples/winrt/ImageManipulations/ |
AdvancedCapture.xaml | 37 <Button x:Name="btnStartDevice2" Click="btnStartDevice_Click" IsEnabled="true" Margin="0,0,10,0" Content="StartDevice"/>
|
AdvancedCapture.xaml.cpp | 130 EnableButton(false, "StartDevice"); 383 if (name->Equals("StartDevice"))
|
/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
portcls.h | [all...] |
wdm.h | [all...] |