Searched refs:Id (Results 1 – 7 of 7) sorted by relevance
96 auto id = remote_client->Id(); in SetRemoteClient()206 if (iter->get()->Id() == client) { in SendRemoteCommand()217 if (iter->get()->Id() == client) { in CloseRemoteConnection()
697 network_service_->CloseRemoteConnection(client.Id()); in HandleRemoteCall()707 call_status.remote_client = client.Id(); in HandleRemoteCall()
73 ClientId Id() const { return id_; } in Id() function
30 std::string Id() const { in Id() function
38 return pci.has_value() ? fmt::format(",pci-address={}", pci.value().Id()) : ""; in PciCrosvmArgument()
5 # Id at the end corresponds to the display id on the device. See b/246793311 for context.
5631 float32_t Id, in arm_inv_park_f32() argument5639 *pIalpha = Id * cosVal - Iq * sinVal; in arm_inv_park_f32()5642 *pIbeta = Id * sinVal + Iq * cosVal; in arm_inv_park_f32()5666 q31_t Id, in arm_inv_park_q31() argument5677 product1 = (q31_t) (((q63_t) (Id) * (cosVal)) >> 31); in arm_inv_park_q31()5684 product3 = (q31_t) (((q63_t) (Id) * (sinVal)) >> 31); in arm_inv_park_q31()