Home
last modified time | relevance | path

Searched refs:STATUS_NOT_AVAILABLE (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplay.java34 public static final int STATUS_NOT_AVAILABLE = RemoteDisplayInfo.STATUS_NOT_AVAILABLE; field in RemoteDisplay
/frameworks/base/media/java/android/media/
DRemoteDisplayState.java92 public static final int STATUS_NOT_AVAILABLE = 0; field in RemoteDisplayState.RemoteDisplayInfo
114 status = STATUS_NOT_AVAILABLE; in RemoteDisplayInfo()
DMediaRouter.java1385 newStatus = RouteInfo.STATUS_NOT_AVAILABLE; in getWifiDisplayStatusCode()
1513 /** @hide */ public static final int STATUS_NOT_AVAILABLE = 4; field in MediaRouter.RouteInfo
1704 case STATUS_NOT_AVAILABLE: in resolveStatusCode()
/frameworks/av/camera/aidl/android/hardware/
DICameraServiceListener.aidl49 const int STATUS_NOT_AVAILABLE = -2; field
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
DRemoteDisplayProviderService.java94 mTestDisplay3.setStatus(RemoteDisplay.STATUS_NOT_AVAILABLE); in onDiscoveryModeChanged()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java1072 case MediaRouter.RouteInfo.STATUS_NOT_AVAILABLE: in getConnectionPhase()
1365 case RemoteDisplayInfo.STATUS_NOT_AVAILABLE: in computeStatusCode()
1366 return MediaRouter.RouteInfo.STATUS_NOT_AVAILABLE; in computeStatusCode()
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp193 case hardware::ICameraServiceListener::STATUS_NOT_AVAILABLE: in validStatus()
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java914 case ICameraServiceListener.STATUS_NOT_AVAILABLE: in validStatus()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1372 cameraStatus != ICameraServiceListener::STATUS_NOT_AVAILABLE) { in setTorchMode()
1395 if (cameraStatus == ICameraServiceListener::STATUS_NOT_AVAILABLE) { in setTorchMode()
2188 mCameraService->updateStatus(ICameraServiceListener::STATUS_NOT_AVAILABLE, in startCameraOps()