Home
last modified time | relevance | path

Searched refs:binder_wrapper (Results 1 – 10 of 10) sorted by relevance

/system/media/brillo/audio/audioservice/test/
Daudio_daemon_test.cpp47 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()
Dbrillo_audio_manager_test.cpp42 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 …]
Dbrillo_audio_client_test.cpp43 binder_wrapper()->SetBinderForService(kBrilloAudioServiceName, bas_); in ConnectClientToBAS()
81 binder_wrapper()->NotifyAboutBinderDeath(bas_); in TEST_F()
/system/update_engine/
Ddaemon.cc73 auto binder_wrapper = android::BinderWrapper::Get(); in OnInit() local
74 if (!binder_wrapper->RegisterService(binder_service_->ServiceName(), in OnInit()
Dbinder_service_android.cc66 auto binder_wrapper = android::BinderWrapper::Get(); in bind() local
67 binder_wrapper->RegisterForDeathNotifications( in bind()
Dbinder_service_brillo.cc194 auto binder_wrapper = android::BinderWrapper::Get(); in RegisterStatusCallback() local
196 binder_wrapper->RegisterForDeathNotifications( in RegisterStatusCallback()
/system/media/brillo/audio/audioservice/
Daudio_daemon.cpp100 android::BinderWrapper* binder_wrapper = android::BinderWrapper::Get(); in ConnectToAPS() local
101 auto binder = binder_wrapper->GetService(kAPSServiceName); in ConnectToAPS()
111 binder_wrapper->RegisterForDeathNotifications( in ConnectToAPS()
Dbrillo_audio_client.cpp55 android::BinderWrapper* binder_wrapper = in ConnectToService() local
57 auto service = binder_wrapper->GetService(service_name); in ConnectToService()
61 binder_wrapper->RegisterForDeathNotifications(service, callback); in ConnectToService()
/system/core/libbinderwrapper/include/binderwrapper/
Dbinder_test_base.h34 StubBinderWrapper* binder_wrapper() { return binder_wrapper_; } in binder_wrapper() function
/system/core/libbinderwrapper/
DAndroid.mk39 binder_wrapper.cc \