Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/metrics/
Devents.cc155 int Clearcut::SendEvent(CuttlefishLogEvent::DeviceType device_type, in SendEvent() function in cuttlefish::Clearcut
178 return SendEvent(device, in SendVMStart()
183 return SendEvent(device, MetricsEvent::CUTTLEFISH_EVENT_TYPE_VM_STOP); in SendVMStop()
187 return SendEvent(device, MetricsEvent::CUTTLEFISH_EVENT_TYPE_DEVICE_BOOT); in SendDeviceBoot()
191 return SendEvent(device, in SendLockScreen()
Devents.h24 static int SendEvent(cuttlefish::CuttlefishLogEvent::DeviceType device_type,
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.h71 bool SendEvent(/*TODO*/);
Dserver.cpp359 bool AudioClientConnection::SendEvent(/*TODO*/) { return false; } in SendEvent() function in cuttlefish::AudioClientConnection