Searched refs:SendEvent (Results 1 – 4 of 4) sorted by relevance
155 int Clearcut::SendEvent(CuttlefishLogEvent::DeviceType device_type, in SendEvent() function in cuttlefish::Clearcut178 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()
24 static int SendEvent(cuttlefish::CuttlefishLogEvent::DeviceType device_type,
71 bool SendEvent(/*TODO*/);
359 bool AudioClientConnection::SendEvent(/*TODO*/) { return false; } in SendEvent() function in cuttlefish::AudioClientConnection