Home
last modified time | relevance | path

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

/device/google/atv/audio_proxy/service/
DAudioProxyImpl.cpp35 binder_status_t binder_status = AIBinder_linkToDeath( in start() local
37 if (binder_status != STATUS_OK) { in start()
38 LOG(ERROR) << "Failed to linkToDeath " << static_cast<int>(binder_status); in start()
Dmain.cpp51 binder_status_t binder_status = AServiceManager_addService( in main() local
53 if (binder_status != STATUS_OK) { in main()
55 << " AudioProxy service, status " << binder_status; in main()
/device/google/atv/audio_proxy/
DAudioProxyManager.cpp107 binder_status_t binder_status = AIBinder_linkToDeath( in reconnectService_Locked() local
109 if (binder_status != STATUS_OK) { in reconnectService_Locked()
110 LOG(ERROR) << "Failed to linkToDeath " << static_cast<int>(binder_status); in reconnectService_Locked()