Searched refs:instance_count (Results 1 – 2 of 2) sorted by relevance
194 size_t instance_count = 0; in BluetoothAudioClientInterface() local195 …auto listManifestByInterface_cb = [&instance_count](const hidl_vec<android::hardware::hidl_string>… in BluetoothAudioClientInterface()196 instance_count = instanceNames.size(); in BluetoothAudioClientInterface()197 LOG(INFO) << "listManifestByInterface_cb returns " << instance_count << " instance(s)"; in BluetoothAudioClientInterface()203 if (instance_count > 0) { in BluetoothAudioClientInterface()
179 void ReadInstanceCountCb(uint8_t instance_count) { in ReadInstanceCountCb() argument180 this->inst_count = instance_count; in ReadInstanceCountCb()