Home
last modified time | relevance | path

Searched refs:LinuxIPCHost (Results 1 – 3 of 3) sorted by relevance

/system/bt/service/ipc/
Dlinux_ipc_host.cc75 LinuxIPCHost::LinuxIPCHost(int sockfd, Adapter* adapter) in LinuxIPCHost() function in ipc::LinuxIPCHost
78 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 …]
Dlinux_ipc_host.h37 class LinuxIPCHost {
40 LinuxIPCHost(int sockfd, bluetooth::Adapter* adapter);
41 ~LinuxIPCHost();
Dipc_handler_linux.cc167 LinuxIPCHost ipc_host(client_socket, adapter()); in StartListeningOnThread()