Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp287 enum class DeviceType { enum
295 static DeviceType getDeviceType() { in getDeviceType()
296 static DeviceType type = DeviceType::UNKNOWN; in getDeviceType()
297 if (type != DeviceType::UNKNOWN) { in getDeviceType()
314 return DeviceType::AUTOMOTIVE; in getDeviceType()
323 return DeviceType::TV; in getDeviceType()
332 return DeviceType::WATCH; in getDeviceType()
335 return DeviceType::PHONE; in getDeviceType()
343 const DeviceType type = getDeviceType(); in isMissingAidl()
345 case DeviceType::AUTOMOTIVE: in isMissingAidl()
[all …]
/device/google/cuttlefish/host/commands/metrics/
Devents.h24 static int SendEvent(cuttlefish::CuttlefishLogEvent::DeviceType device_type,
31 cuttlefish::CuttlefishLogEvent::DeviceType device_type);
32 static int SendVMStop(cuttlefish::CuttlefishLogEvent::DeviceType device_type);
34 cuttlefish::CuttlefishLogEvent::DeviceType device_type);
36 cuttlefish::CuttlefishLogEvent::DeviceType device_type);
Devents.cc47 uint64_t now_ms, CuttlefishLogEvent::DeviceType device_type) { in BuildCfLogEvent()
155 int Clearcut::SendEvent(CuttlefishLogEvent::DeviceType device_type, in SendEvent()
177 int Clearcut::SendVMStart(CuttlefishLogEvent::DeviceType device) { in SendVMStart()
182 int Clearcut::SendVMStop(CuttlefishLogEvent::DeviceType device) { in SendVMStop()
186 int Clearcut::SendDeviceBoot(CuttlefishLogEvent::DeviceType device) { in SendDeviceBoot()
190 int Clearcut::SendLockScreen(CuttlefishLogEvent::DeviceType device) { in SendLockScreen()
/device/google/cuttlefish/host/commands/metrics/proto/
Dcf_log.proto29 enum DeviceType { enum
46 optional DeviceType device_type = 2;