Home
last modified time | relevance | path

Searched refs:device_state (Results 1 – 12 of 12) sorted by relevance

/aosp12/build/make/tools/releasetools/
H A Dota_utils.py162 def UpdateDeviceState(device_state, build_info, boot_variable_values, argument
209 device_state.device.extend(sorted(build_devices))
210 device_state.build.extend(sorted(build_fingerprints))
211 device_state.build_incremental = build_info.GetBuildProp(
214 UpdatePartitionStates(device_state.partition_state)
217 device_state.sdk_level = build_info.GetBuildProp(
219 device_state.security_patch_level = build_info.GetBuildProp(
222 device_state.timestamp = int(build_info.GetBuildProp('ro.build.date.utc'))
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_provider.cc396 google_camera_hal::DeviceState device_state = in notifyDeviceStateChange() local
399 new_state, device_state); in notifyDeviceStateChange()
400 google_camera_provider_->NotifyDeviceStateChange(device_state); in notifyDeviceStateChange()
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_provider_hwl.h75 virtual status_t NotifyDeviceStateChange(DeviceState device_state) = 0;
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_provider.cc337 google_camera_hal::DeviceState device_state) { in NotifyDeviceStateChange() argument
342 camera_provider_hwl_->NotifyDeviceStateChange(device_state); in NotifyDeviceStateChange()
H A Dcamera_provider.h70 status_t NotifyDeviceStateChange(google_camera_hal::DeviceState device_state);
/aosp12/hardware/libhardware/include/hardware/
H A Dcamera_common.h816 typedef enum device_state { enum
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.h76 status_t NotifyDeviceStateChange(DeviceState device_state) override;
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dvfio.h135 __u32 device_state; member
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dservice_contexts95 device_state u:object_r:device_state_service:s0
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dservice_contexts95 device_state u:object_r:device_state_service:s0
/aosp12/system/sepolicy/private/
H A Dservice_contexts95 device_state u:object_r:device_state_service:s0
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto14257 optional DeviceState device_state = 5; field