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

/frameworks/av/include/media/stagefright/
H A DACodec.h198 static const char *_asString(BufferInfo::Status s);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h198 static const char *_asString(BufferInfo::Status s);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1374 const char *ACodec::_asString(BufferInfo::Status s) { function in class:android::ACodec
1395 _asString(info.mStatus), info.mStatus, info.mDequeuedAt);
5730 ALOGE("Wrong ownership in EBD: %s(%d) buffer #%u", _asString(status), status, bufferID);
5811 ALOGE("Wrong ownership in IBF: %s(%d) buffer #%u", _asString(status), status, bufferID);
6074 ALOGE("Wrong ownership in FBD: %s(%d) buffer #%u", _asString(status), status, bufferID);
6217 ALOGE("Wrong ownership in OBD: %s(%d) buffer #%u", _asString(status), status, bufferID);

Completed in 93 milliseconds