Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp680 for (size_t cbIndex = 0; cbIndex < callbacks.size(); cbIndex++) { in addAudioDeviceCallback() local
681 if (callbacks[cbIndex].unsafe_get() == callback.unsafe_get()) { in addAudioDeviceCallback()
701 size_t cbIndex; in removeAudioDeviceCallback() local
702 for (cbIndex = 0; cbIndex < callbacks.size(); cbIndex++) { in removeAudioDeviceCallback()
703 if (callbacks[cbIndex].unsafe_get() == callback.unsafe_get()) { in removeAudioDeviceCallback()
707 if (cbIndex == callbacks.size()) { in removeAudioDeviceCallback()
710 callbacks.removeAt(cbIndex); in removeAudioDeviceCallback()