Searched defs:STATUS_NOT_AVAILABLE (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/camera/
H A DICameraServiceListener.h63 STATUS_NOT_AVAILABLE = 0x80000000, enumerator in enum:android::ICameraServiceListener::Status
/frameworks/base/media/java/android/media/
H A DRemoteDisplayState.java92 public static final int STATUS_NOT_AVAILABLE = 0; field in class:RemoteDisplayState.RemoteDisplayInfo
114 status = STATUS_NOT_AVAILABLE;
H A DMediaRouter.java1368 newStatus = RouteInfo.STATUS_NOT_AVAILABLE;
1494 /** @hide */ public static final int STATUS_NOT_AVAILABLE = 4; field in class:MediaRouter.RouteInfo
1636 case STATUS_NOT_AVAILABLE:
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java34 public static final int STATUS_NOT_AVAILABLE = RemoteDisplayInfo.STATUS_NOT_AVAILABLE; field in class:RemoteDisplay
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java575 public static final int STATUS_NOT_AVAILABLE = 0x80000000; field in class:CameraManager.CameraManagerGlobal
697 case STATUS_NOT_AVAILABLE:
768 // .addTransition(STATUS_NOT_AVAILABLE, STATE_NOT_AVAILABLE);

Completed in 139 milliseconds