Home
last modified time | relevance | path

Searched defs:deviceState (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/2/android/hardware/camera/provider/
DICameraProvider.aidl41 void notifyDeviceStateChange(long deviceState); in notifyDeviceStateChange()
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/3/android/hardware/camera/provider/
DICameraProvider.aidl41 void notifyDeviceStateChange(long deviceState); in notifyDeviceStateChange()
/hardware/interfaces/camera/provider/aidl/android/hardware/camera/provider/
DICameraProvider.aidl186 void notifyDeviceStateChange(long deviceState); in notifyDeviceStateChange()
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/1/android/hardware/camera/provider/
DICameraProvider.aidl41 void notifyDeviceStateChange(long deviceState); in notifyDeviceStateChange()
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/current/android/hardware/camera/provider/
DICameraProvider.aidl41 void notifyDeviceStateChange(long deviceState); in notifyDeviceStateChange()
/hardware/google/pixel/usb/
DUsbDataSessionMonitor.cpp320 void UsbDataSessionMonitor::clearDeviceStateEvents(struct usbDeviceState *deviceState) { in clearDeviceStateEvents()
325 void UsbDataSessionMonitor::handleDeviceStateEvent(struct usbDeviceState *deviceState) { in handleDeviceStateEvent()
/hardware/interfaces/camera/common/default/
DCameraModule.cpp457 void CameraModule::notifyDeviceStateChange(uint64_t deviceState) { in notifyDeviceStateChange()
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp194 auto deviceState = ::android::base::GetProperty(string(kDeviceState), string(kDefaultValue)); in unlockedBootloaderStatesImpliesNonNormalDiceChain() local