Searched defs:kServiceName (Results 1 - 6 of 6) sorted by relevance

/system/connectivity/wificond/
H A Dipc_constants.cpp23 const char kServiceName[] = "wificond"; member in namespace:android::wificond::ipc_constants
/system/tools/aidl/tests/
H A Daidl_test_client.cpp54 const char kServiceName[] = "android.aidl.tests.ITestService"; member in namespace:android::aidl::tests::client
58 status_t status = getService(String16(kServiceName), service);
60 cerr << "Failed to get service binder: '" << kServiceName
/system/bt/service/ipc/binder/
H A Dipc_handler_binder.cc36 std::string kServiceName = "bluetooth-service"; member in namespace:ipc
51 String16(String8(kServiceName.c_str())), bt_server);
/system/bt/service/example/heart_rate/
H A Dserver_main.cc41 std::string kServiceName = "bluetooth-service"; member in namespace:__anon858
96 status_t status = getService(String16(kServiceName.c_str()), &bluetooth);
98 LOG(ERROR) << "Failed to get service binder: '" << kServiceName
/system/libhwbinder/vts/performance/
H A DBenchmark_binder.cpp50 const char kServiceName[] = "android.tests.binder.IBenchmark"; variable
67 defaultServiceManager()->addService(String16(kServiceName),
83 status_t status = getService(String16(kServiceName), &service);
/system/bt/service/client/
H A Dmain.cc119 std::string kServiceName = "bluetooth-service"; member in namespace:__anon855
1043 status_t status = getService(String16(kServiceName.c_str()), &bt_iface);
1045 LOG(ERROR) << "Failed to get service binder: '" << kServiceName

Completed in 117 milliseconds