Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioSystem.cpp626 for (size_t cbIndex = 0; cbIndex < callbacks.size(); cbIndex++) { in addAudioDeviceCallback() local
627 if (callbacks[cbIndex] == callback) { in addAudioDeviceCallback()
647 size_t cbIndex; in removeAudioDeviceCallback() local
648 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()