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

  /frameworks/av/camera/aidl/android/hardware/camera2/
ICameraDeviceUser.aidl 51 * beginConfigure must be called before any call to deleteStream, createStream,
55 void beginConfigure();
78 * a call to beginConfigure and subsequent createStream/deleteStream calls). This
  /frameworks/av/services/camera/libcameraservice/hidl/
HidlCameraDeviceUser.cpp 192 Return<HStatus> HidlCameraDeviceUser::beginConfigure() {
193 binder::Status ret = mDeviceRemote->beginConfigure();
HidlCameraDeviceUser.h 81 virtual Return<HStatus> beginConfigure() override;
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 90 virtual binder::Status beginConfigure() override;
CameraDeviceClient.cpp 462 binder::Status CameraDeviceClient::beginConfigure() {
    [all...]
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 492 res = device->beginConfigure();
606 res = device->beginConfigure();
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 692 binder::Status remoteRet = mRemote->beginConfigure();
    [all...]
  /frameworks/av/camera/ndk/ndk_vendor/impl/
ACameraDevice.cpp 681 auto remoteRet = mRemote->beginConfigure();
682 CHECK_TRANSACTION_AND_RET(remoteRet, remoteRet, "beginConfigure()")
    [all...]

Completed in 172 milliseconds