Home
last modified time | relevance | path

Searched defs:device_states (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/shared/foldable/
Dconfig_foldable.json7 "device_states": [ array
20 "device_states": [ array
33 "device_states": [ array
/aosp_15_r20/device/google/cuttlefish/host/cvd_test_configs/end_to_end_test/single/
DTC_foldable.json9 "device_states": [ array
22 "device_states": [ array
35 "device_states": [ array
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler_test.cc2528 const auto* device_states = scheduler_->GetDeviceStates(); in TEST_F() local
2581 const auto* device_states = scheduler_->GetDeviceStates(); in TEST_F() local
2612 const auto* device_states = scheduler_->GetDeviceStates(); in TEST_F() local
2648 const auto* device_states = scheduler_->GetDeviceStates(); in TEST_F() local
2676 const auto& device_states = scheduler_->GetDeviceStates(); in TEST_F() local
2739 const auto* device_states = scheduler_->GetDeviceStates(); in TEST_F() local
3182 auto* device_states = scheduler_->GetDeviceStates(); in TEST_F() local
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp108 std::vector<DeviceState> device_states; member
367 const std::vector<DeviceState>& device_states) { in AddCustomControlPanelButtonWithDeviceStates()
469 Json::Value device_states(Json::arrayValue); in OnOpen() local
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcustom_actions.h56 std::vector<DeviceState> device_states; member
/aosp_15_r20/external/google-cloud-java/java-iot/proto-google-cloud-iot-v1/src/main/proto/google/cloud/iot/v1/
H A Ddevice_manager.proto570 repeated DeviceState device_states = 1; field
/aosp_15_r20/external/googleapis/google/cloud/iot/v1/
H A Ddevice_manager.proto570 repeated DeviceState device_states = 1; field
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js593 #getCustomDeviceStateButtonCb(device_states) { argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs489 device_states: Arc<Mutex<HashMap<RawAddress, DeviceConnectionStates>>>, field
2434 let device_states = self.device_states.clone(); in notify_media_capability_updated() localVariable
3427 let device_states = self.device_states.clone(); in connect() localVariable