Home
last modified time | relevance | path

Searched refs:instance_count (Results 1 – 2 of 2) sorted by relevance

/system/bt/audio_hal_interface/
Dclient_interface.cc194 size_t instance_count = 0; in BluetoothAudioClientInterface() local
195 …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()
/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc179 void ReadInstanceCountCb(uint8_t instance_count) { in ReadInstanceCountCb() argument
180 this->inst_count = instance_count; in ReadInstanceCountCb()