Searched refs:binder_status (Results 1 – 3 of 3) sorted by relevance
35 binder_status_t binder_status = AIBinder_linkToDeath( in start() local37 if (binder_status != STATUS_OK) { in start()38 LOG(ERROR) << "Failed to linkToDeath " << static_cast<int>(binder_status); in start()
51 binder_status_t binder_status = AServiceManager_addService( in main() local53 if (binder_status != STATUS_OK) { in main()55 << " AudioProxy service, status " << binder_status; in main()
107 binder_status_t binder_status = AIBinder_linkToDeath( in reconnectService_Locked() local109 if (binder_status != STATUS_OK) { in reconnectService_Locked()110 LOG(ERROR) << "Failed to linkToDeath " << static_cast<int>(binder_status); in reconnectService_Locked()