Searched refs:cbIndex (Results 1 – 1 of 1) sorted by relevance
626 for (size_t cbIndex = 0; cbIndex < callbacks.size(); cbIndex++) { in addAudioDeviceCallback() local627 if (callbacks[cbIndex] == callback) { in addAudioDeviceCallback()647 size_t cbIndex; in removeAudioDeviceCallback() local648 for (cbIndex = 0; cbIndex < callbacks.size(); cbIndex++) { in removeAudioDeviceCallback()649 if (callbacks[cbIndex] == callback) { in removeAudioDeviceCallback()653 if (cbIndex == callbacks.size()) { in removeAudioDeviceCallback()656 callbacks.removeAt(cbIndex); in removeAudioDeviceCallback()