HomeSort by relevance Sort by last modified time
    Searched refs:mObtained (Results 1 - 2 of 2) sorted by null

  /system/media/audio_utils/
fifo.cpp 155 mFifo(fifo), mObtained(0), mTotalReleased(0)
196 // iovec == NULL is not part of the public API, but internally it means don't set mObtained
297 mObtained = availToWrite;
307 if (count > mObtained) {
308 ALOGE("%s(count=%zu) > mObtained=%u", __func__, count, mObtained);
350 mObtained -= count;
357 // iovec == NULL is not part of the public API, but internally it means don't set mObtained
465 if (count > mObtained) {
466 ALOGE("%s(count=%zu) > mObtained=%u", __func__, count, mObtained)
    [all...]
  /system/media/audio_utils/include/audio_utils/
fifo.h 318 uint32_t mObtained;

Completed in 103 milliseconds