/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
H A D | BlockingCameraManager.java | 55 public static final int ERROR_DISCONNECTED = 0; // Does not clash with ERROR_... field in BlockingCameraManager.BlockingOpenException 60 return mError == ERROR_DISCONNECTED; in wasDisconnected() 64 return mError != ERROR_DISCONNECTED; in wasError() 316 BlockingOpenException.ERROR_DISCONNECTED, in blockUntilOpen()
|
/aosp12/frameworks/av/media/libmediatranscoding/ |
H A D | TranscodingClientManager.cpp | 125 return Status::fromServiceSpecificError(IMediaTranscodingService::ERROR_DISCONNECTED); in submitRequest() 191 return Status::fromServiceSpecificError(IMediaTranscodingService::ERROR_DISCONNECTED); in cancelSession() 209 return Status::fromServiceSpecificError(IMediaTranscodingService::ERROR_DISCONNECTED); in getSessionWithId() 233 return Status::fromServiceSpecificError(IMediaTranscodingService::ERROR_DISCONNECTED); in addClientUid() 268 return Status::fromServiceSpecificError(IMediaTranscodingService::ERROR_DISCONNECTED); in getClientUids() 288 return Status::fromServiceSpecificError(IMediaTranscodingService::ERROR_DISCONNECTED); in unregister()
|
/aosp12/frameworks/av/media/libmediatranscoding/tests/ |
H A D | TranscodingClientManager_tests.cpp | 545 EXPECT_EQ(status.getServiceSpecificError(), IMediaTranscodingService::ERROR_DISCONNECTED); in TEST_F() 551 EXPECT_EQ(status.getServiceSpecificError(), IMediaTranscodingService::ERROR_DISCONNECTED); in TEST_F() 555 EXPECT_EQ(status.getServiceSpecificError(), IMediaTranscodingService::ERROR_DISCONNECTED); in TEST_F() 559 EXPECT_EQ(status.getServiceSpecificError(), IMediaTranscodingService::ERROR_DISCONNECTED); in TEST_F() 565 EXPECT_EQ(status.getServiceSpecificError(), IMediaTranscodingService::ERROR_DISCONNECTED); in TEST_F() 569 EXPECT_EQ(status.getServiceSpecificError(), IMediaTranscodingService::ERROR_DISCONNECTED); in TEST_F() 573 EXPECT_EQ(status.getServiceSpecificError(), IMediaTranscodingService::ERROR_DISCONNECTED); in TEST_F()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | CameraDeviceClient.cpp | 234 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in submitRequestList() 494 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in cancelRequest() 547 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in endConfigure() 625 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in isSessionConfigurationSupported() 697 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in deleteStream() 812 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createStream() 947 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createDeferredSurfaceStreamLocked() 1025 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in setStreamTransformLocked() 1061 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createInputStream() 1104 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in getInputSurface() [all …]
|
/aosp12/hardware/google/av/media/eco/aidl/android/media/eco/ |
H A D | IECOService.aidl | 36 const int ERROR_DISCONNECTED = 4; field
|
H A D | IECOSession.aidl | 35 const int ERROR_DISCONNECTED = 4; field
|
/aosp12/frameworks/av/media/libmediatranscoding/aidl/android/media/ |
H A D | IMediaTranscodingService.aidl | 37 const int ERROR_DISCONNECTED = 4; field
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CameraManager.java | 521 ICameraService.ERROR_DISCONNECTED, in getPhysicalCameraMultiResolutionConfigs() 685 ICameraService.ERROR_DISCONNECTED, in openCameraDeviceUserAsync() 697 e.errorCode == ICameraService.ERROR_DISCONNECTED || in openCameraDeviceUserAsync() 705 e.errorCode == ICameraService.ERROR_DISCONNECTED || in openCameraDeviceUserAsync() 717 ICameraService.ERROR_DISCONNECTED, in openCameraDeviceUserAsync() 1246 case ICameraService.ERROR_DISCONNECTED: in throwAsPublicException() 1364 ICameraService.ERROR_DISCONNECTED, in injectCamera() 1812 case ICameraService.ERROR_DISCONNECTED: in handleRecoverableSetupErrors()
|
/aosp12/frameworks/av/services/mediatranscoding/tests/ |
H A D | mediatranscodingservice_simulated_tests.cpp | 359 EXPECT_EQ(status.getServiceSpecificError(), IMediaTranscodingService::ERROR_DISCONNECTED); in TEST_F() 362 EXPECT_EQ(status.getServiceSpecificError(), IMediaTranscodingService::ERROR_DISCONNECTED); in TEST_F() 366 EXPECT_EQ(status.getServiceSpecificError(), IMediaTranscodingService::ERROR_DISCONNECTED); in TEST_F()
|
/aosp12/frameworks/av/camera/aidl/android/hardware/ |
H A D | ICameraService.aidl | 48 const int ERROR_DISCONNECTED = 4; field
|
/aosp12/frameworks/av/services/camera/libcameraservice/ |
H A D | CameraService.cpp | 209 ERROR_DISCONNECTED); in enumerateProviders() 663 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraInfo() 725 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraCharacteristics() 823 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraVendorTagCache() 871 return STATUS_ERROR(ERROR_DISCONNECTED, in filterGetInfoErrorCode() 1134 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked() 1141 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked() 1150 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked() 1740 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in connectHelper() 2245 return STATUS_ERROR(ERROR_DISCONNECTED, in getConcurrentCameraIds() [all …]
|
/aosp12/frameworks/av/camera/ndk/impl/ |
H A D | ACameraManager.cpp | 154 hardware::ICameraService::ERROR_DISCONNECTED) { in getCameraServiceLocked() 697 case hardware::ICameraService::ERROR_DISCONNECTED: in getCameraCharacteristics() 752 case hardware::ICameraService::ERROR_DISCONNECTED: in openCamera()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_CameraMetadata.cpp | 947 return hardware::ICameraService::ERROR_DISCONNECTED; in CameraMetadata_setupGlobalVendorTagDescriptor() 953 if (res.serviceSpecificErrorCode() == hardware::ICameraService::ERROR_DISCONNECTED) { in CameraMetadata_setupGlobalVendorTagDescriptor() 968 if (res.serviceSpecificErrorCode() == hardware::ICameraService::ERROR_DISCONNECTED) { in CameraMetadata_setupGlobalVendorTagDescriptor()
|
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/ |
H A D | Convert.cpp | 231 case hardware::ICameraService::ERROR_DISCONNECTED: in B2HStatus()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraDeviceImpl.java | 364 case ICameraService.ERROR_DISCONNECTED: in setRemoteFailure()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 23576 Landroid/hardware/ICameraService;->ERROR_DISCONNECTED:I
|