Searched refs:iMemPointer (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp672 void *iMemPointer = iMem->pointer(); local
673 if (iMemPointer == NULL) {
677 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMemPointer);
H A DAudioTrack.cpp1459 void *iMemPointer = iMem->pointer(); local
1460 if (iMemPointer == NULL) {
1473 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMemPointer);

Completed in 176 milliseconds