Searched refs:cbIndex (Results 1 – 1 of 1) sorted by relevance
630 for (size_t cbIndex = 0; cbIndex < callbacks.size(); cbIndex++) { in addAudioDeviceCallback() local631 if (callbacks[cbIndex] == callback) { in addAudioDeviceCallback()651 size_t cbIndex; in removeAudioDeviceCallback() local652 for (cbIndex = 0; cbIndex < callbacks.size(); cbIndex++) { in removeAudioDeviceCallback()653 if (callbacks[cbIndex] == callback) { in removeAudioDeviceCallback()657 if (cbIndex == callbacks.size()) { in removeAudioDeviceCallback()660 callbacks.removeAt(cbIndex); in removeAudioDeviceCallback()