Home
last modified time | relevance | path

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

/system/libhidl/transport/manager/1.2/
DIServiceManager.hal79 * @return instanceNames List of instance names running the particular service.
81 listManifestByInterface(string fqName) generates (vec<string> instanceNames);
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal104 * @return instanceNames List of instance names running the particular service.
106 listByInterface(string fqName) generates (vec<string> instanceNames);
/system/bt/audio_hal_interface/
Dclient_interface.cc195 …ByInterface_cb = [&instance_count](const hidl_vec<android::hardware::hidl_string>& instanceNames) { in BluetoothAudioClientInterface() argument
196 instance_count = instanceNames.size(); in BluetoothAudioClientInterface()