Searched refs:currentStatus (Results 1 – 2 of 2) sorted by relevance
1021 int32_t currentStatus = cameraState->getStatus(); in checkIfDeviceIsUsable() local1022 if (currentStatus == ICameraServiceListener::STATUS_NOT_PRESENT) { in checkIfDeviceIsUsable()1026 } else if (currentStatus == ICameraServiceListener::STATUS_ENUMERATING) { in checkIfDeviceIsUsable()
12436 private void processPendingInstall(final InstallArgs args, final int currentStatus) { in processPendingInstall() argument12443 res.setReturnCode(currentStatus); in processPendingInstall()