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

/frameworks/av/include/media/stagefright/
H A DACodec.h213 static const char *_asString(BufferInfo::Status s);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1304 const char *ACodec::_asString(BufferInfo::Status s) { function in class:android::ACodec
1325 _asString(info.mStatus), info.mStatus, info.mDequeuedAt);
5596 ALOGE("Wrong ownership in EBD: %s(%d) buffer #%u", _asString(status), status, bufferID);
5695 ALOGE("Wrong ownership in IBF: %s(%d) buffer #%u", _asString(status), status, bufferID);
5962 ALOGE("Wrong ownership in FBD: %s(%d) buffer #%u", _asString(status), status, bufferID);
6121 ALOGE("Wrong ownership in OBD: %s(%d) buffer #%u", _asString(status), status, bufferID);

Completed in 1616 milliseconds