Searched refs:LinuxIPCHost (Results 1 – 3 of 3) sorted by relevance
75 LinuxIPCHost::LinuxIPCHost(int sockfd, Adapter* adapter) in LinuxIPCHost() function in ipc::LinuxIPCHost78 LinuxIPCHost::~LinuxIPCHost() { close(pfds_[0].fd); } in ~LinuxIPCHost()80 bool LinuxIPCHost::EventLoop() { in EventLoop()101 bool LinuxIPCHost::OnSetAdapterName(const std::string& name) { in OnSetAdapterName()107 bool LinuxIPCHost::OnCreateService(const std::string& service_uuid) { in OnCreateService()122 bool LinuxIPCHost::OnDestroyService(const std::string& service_uuid) { in OnDestroyService()129 bool LinuxIPCHost::OnAddCharacteristic(const std::string& service_uuid, in OnAddCharacteristic()168 bool LinuxIPCHost::OnSetCharacteristicValue( in OnSetCharacteristicValue()179 bool LinuxIPCHost::OnSetAdvertisement(const std::string& service_uuid, in OnSetAdvertisement()210 bool LinuxIPCHost::OnSetScanResponse(const std::string& service_uuid, in OnSetScanResponse()[all …]
37 class LinuxIPCHost {40 LinuxIPCHost(int sockfd, bluetooth::Adapter* adapter);41 ~LinuxIPCHost();
167 LinuxIPCHost ipc_host(client_socket, adapter()); in StartListeningOnThread()