Home
last modified time | relevance | path

Searched refs:ERROR_DISCONNECTED (Results 1 – 16 of 16) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingCameraManager.java55 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()
320 BlockingOpenException.ERROR_DISCONNECTED, in blockUntilOpen()
/frameworks/av/media/module/libmediatranscoding/
DTranscodingClientManager.cpp125 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()
/frameworks/av/media/module/libmediatranscoding/tests/
DTranscodingClientManager_tests.cpp545 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()
/frameworks/av/media/module/libmediatranscoding/aidl/android/media/
DIMediaTranscodingService.aidl37 const int ERROR_DISCONNECTED = 4; field
/frameworks/base/core/java/android/hardware/camera2/utils/
DExceptionUtils.java49 case ICameraService.ERROR_DISCONNECTED: in throwAsPublicException()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp288 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in submitRequestList()
614 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in cancelRequest()
667 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in endConfigure()
746 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in isSessionConfigurationSupported()
794 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in deleteStream()
922 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createStream()
1070 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createDeferredSurfaceStreamLocked()
1162 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in setStreamTransformLocked()
1198 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createInputStream()
1241 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in getInputSurface()
[all …]
/frameworks/av/media/module/service.mediatranscoding/tests/
Dmediatranscodingservice_simulated_tests.cpp359 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()
/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl50 const int ERROR_DISCONNECTED = 4; field
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp278 ERROR_DISCONNECTED); in enumerateProviders()
835 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in createDefaultRequest()
836 return STATUS_ERROR(ERROR_DISCONNECTED, "Camera subsystem is not available"); in createDefaultRequest()
898 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in isSessionConfigurationWithParametersSupported()
899 return STATUS_ERROR(ERROR_DISCONNECTED, "Camera subsystem is not available"); in isSessionConfigurationWithParametersSupported()
998 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in getSessionCharacteristics()
999 return STATUS_ERROR(ERROR_DISCONNECTED, "Camera subsystem is not available"); in getSessionCharacteristics()
1226 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in getCameraInfo()
1227 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraInfo()
1300 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in getCameraCharacteristics()
[all …]
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java676 ICameraService.ERROR_DISCONNECTED, in getPhysicalCameraMultiResolutionConfigs()
1002 ICameraService.ERROR_DISCONNECTED, in openCameraDeviceUserAsync()
1017 e.errorCode == ICameraService.ERROR_DISCONNECTED || in openCameraDeviceUserAsync()
1025 e.errorCode == ICameraService.ERROR_DISCONNECTED || in openCameraDeviceUserAsync()
1037 ICameraService.ERROR_DISCONNECTED, in openCameraDeviceUserAsync()
1990 ICameraService.ERROR_DISCONNECTED, in injectCamera()
2661 case ICameraService.ERROR_DISCONNECTED: in handleRecoverableSetupErrors()
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp247 hardware::ICameraService::ERROR_DISCONNECTED) { in getCameraServiceLocked()
819 case hardware::ICameraService::ERROR_DISCONNECTED: in getCameraCharacteristics()
876 case hardware::ICameraService::ERROR_DISCONNECTED: in openCamera()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp947 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()
/frameworks/av/services/camera/libcameraservice/hidl/
DUtils.cpp238 case hardware::ICameraService::ERROR_DISCONNECTED: in B2HStatus()
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlUtils.cpp183 case hardware::ICameraService::ERROR_DISCONNECTED: in convertToAidl()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java457 case ICameraService.ERROR_DISCONNECTED: in setRemoteFailure()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20698 Landroid/hardware/ICameraService;->ERROR_DISCONNECTED:I