Searched refs:instanceNames (Results 1 – 3 of 3) sorted by relevance
79 * @return instanceNames List of instance names running the particular service.81 listManifestByInterface(string fqName) generates (vec<string> instanceNames);
104 * @return instanceNames List of instance names running the particular service.106 listByInterface(string fqName) generates (vec<string> instanceNames);
195 …ByInterface_cb = [&instance_count](const hidl_vec<android::hardware::hidl_string>& instanceNames) { in BluetoothAudioClientInterface() argument196 instance_count = instanceNames.size(); in BluetoothAudioClientInterface()