Lines Matching refs:mCbf
498 mCbf = cbf; in set()
996 if (mCbf == NULL || isOffloadedOrDirect()) { in setMarkerPosition()
1029 if (mCbf == NULL || isOffloadedOrDirect()) { in setPositionUpdatePeriod()
1922 mCbf(EVENT_STREAM_END, mUserData, NULL); in processAudioBuffer()
1945 mCbf(EVENT_UNDERRUN, mUserData, NULL); in processAudioBuffer()
1948 mCbf(EVENT_LOOP_END, mUserData, NULL); in processAudioBuffer()
1952 mCbf(EVENT_BUFFER_END, mUserData, NULL); in processAudioBuffer()
1955 mCbf(EVENT_MARKER, mUserData, &markerPosition); in processAudioBuffer()
1959 mCbf(EVENT_NEW_POS, mUserData, &temp); in processAudioBuffer()
1966 mCbf(EVENT_NEW_IAUDIOTRACK, mUserData, NULL); in processAudioBuffer()
2071 mCbf(EVENT_MORE_DATA, mUserData, &audioBuffer); in processAudioBuffer()