Home
last modified time | relevance | path

Searched refs:currentStatus (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1020 int32_t currentStatus = cameraState->getStatus(); in checkIfDeviceIsUsable() local
1021 if (currentStatus == ICameraServiceListener::STATUS_NOT_PRESENT) { in checkIfDeviceIsUsable()
1025 } else if (currentStatus == ICameraServiceListener::STATUS_ENUMERATING) { in checkIfDeviceIsUsable()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java12310 private void processPendingInstall(final InstallArgs args, final int currentStatus) {
12317 res.setReturnCode(currentStatus);