HomeSort by relevance Sort by last modified time
    Searched refs:IPCHandlerBinder (Results 1 - 4 of 4) sorted by null

  /system/bt/service/test/
stub_ipc_handler_binder.cc 19 // TODO(armansito): This is a crappy workaround to link IPCHandlerBinder into
25 IPCHandlerBinder::IPCHandlerBinder(bluetooth::Adapter* adapter,
31 IPCHandlerBinder::~IPCHandlerBinder() {
35 bool IPCHandlerBinder::Run() {
40 void IPCHandlerBinder::Stop() {
44 void IPCHandlerBinder::NotifyStarted() {
  /system/bt/service/ipc/binder/
ipc_handler_binder.h 27 class IPCHandlerBinder : public IPCHandler {
29 IPCHandlerBinder(bluetooth::Adapter* adapter, IPCManager::Delegate* delegate);
30 ~IPCHandlerBinder() override;
37 IPCHandlerBinder() = default;
42 DISALLOW_COPY_AND_ASSIGN(IPCHandlerBinder);
ipc_handler_binder.cc 38 IPCHandlerBinder::IPCHandlerBinder(bluetooth::Adapter* adapter,
42 IPCHandlerBinder::~IPCHandlerBinder() {}
44 bool IPCHandlerBinder::Run() {
60 FROM_HERE, base::Bind(&IPCHandlerBinder::NotifyStarted, this));
68 void IPCHandlerBinder::Stop() {
75 void IPCHandlerBinder::NotifyStarted() {
  /system/bt/service/ipc/
ipc_manager.cc 58 binder_handler_ = new IPCHandlerBinder(adapter_, delegate);

Completed in 619 milliseconds