Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/
H A 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()
168 bool LinuxIPCHost::OnSetCharacteristicValue( in OnSetCharacteristicValue()
238 bool LinuxIPCHost::OnStartService(const std::string& service_uuid) { in OnStartService()
242 bool LinuxIPCHost::OnStopService(const std::string& service_uuid) { in OnStopService()
246 bool LinuxIPCHost::OnMessage() { in OnMessage()
[all …]
H A Dlinux_ipc_host.h37 class LinuxIPCHost {
40 LinuxIPCHost(int sockfd, bluetooth::Adapter* adapter);
41 ~LinuxIPCHost();
H A Dipc_handler_linux.cc170 LinuxIPCHost ipc_host(client_socket, adapter()); in StartListeningOnThread()