Searched refs:android_suffix (Results 1 - 1 of 1) sorted by relevance

/system/bt/service/ipc/
H A Dipc_handler_linux.cc47 const std::string& android_suffix = local
53 CHECK(android_suffix.empty() || path.empty());
54 if (android_suffix.empty() && path.empty()) {
62 if (!android_suffix.empty()) {
63 int server_fd = osi_android_get_control_socket(android_suffix.c_str());
65 LOG(ERROR) << "Unable to get Android socket from: " << android_suffix;
68 LOG(INFO) << "Binding to Android server socket:" << android_suffix;

Completed in 2394 milliseconds