Home
last modified time | relevance | path

Searched refs:TYPE_BINDER (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/ipc/
Dipc_manager.h41 TYPE_BINDER, // IPC based on the Binder enumerator
Dipc_manager.cc56 case TYPE_BINDER: in Start()
/system/bt/service/ipc/binder/
Dipc_handler_binder.cc76 if (delegate()) delegate()->OnIPCHandlerStarted(IPCManager::TYPE_BINDER); in NotifyStarted()
/system/bt/service/
Ddaemon.cc116 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_BINDER, this)) { in SetUpIPC()