Searched refs:binder_wrapper (Results 1 – 10 of 10) sorted by relevance
47 binder_wrapper()->GetRegisteredService( in TEST_F()52 binder_wrapper()->SetBinderForService("media.audio_policy", in TEST_F()53 binder_wrapper()->CreateLocalBinder()); in TEST_F()64 binder_wrapper()->GetRegisteredService( in TEST_F()
42 binder_wrapper()->SetBinderForService(kBrilloAudioServiceName, bas_); in ConnectBAS()54 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TearDown()243 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TEST_F()251 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TEST_F()259 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TEST_F()271 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TEST_F()290 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TEST_F()321 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TEST_F()343 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TEST_F()374 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TEST_F()[all …]
43 binder_wrapper()->SetBinderForService(kBrilloAudioServiceName, bas_); in ConnectClientToBAS()81 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TEST_F()
73 auto binder_wrapper = android::BinderWrapper::Get(); in OnInit() local74 if (!binder_wrapper->RegisterService(binder_service_->ServiceName(), in OnInit()
66 auto binder_wrapper = android::BinderWrapper::Get(); in bind() local67 binder_wrapper->RegisterForDeathNotifications( in bind()
194 auto binder_wrapper = android::BinderWrapper::Get(); in RegisterStatusCallback() local196 binder_wrapper->RegisterForDeathNotifications( in RegisterStatusCallback()
100 android::BinderWrapper* binder_wrapper = android::BinderWrapper::Get(); in ConnectToAPS() local101 auto binder = binder_wrapper->GetService(kAPSServiceName); in ConnectToAPS()111 binder_wrapper->RegisterForDeathNotifications( in ConnectToAPS()
55 android::BinderWrapper* binder_wrapper = in ConnectToService() local57 auto service = binder_wrapper->GetService(service_name); in ConnectToService()61 binder_wrapper->RegisterForDeathNotifications(service, callback); in ConnectToService()
34 StubBinderWrapper* binder_wrapper() { return binder_wrapper_; } in binder_wrapper() function
39 binder_wrapper.cc \