Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DAdb.h31 bool launchClient(const android::String8& clientBinary, const android::String8& component);
DClientImpl.cpp43 if (!adb.launchClient(clientBinary, componentName)) { in init()
DAdb.cpp44 bool Adb::launchClient(const android::String8& clientBinary, const android::String8& component) in launchClient() function in Adb