Lines Matching refs:mComponentName
93 mComponentName("decoder") { in Decoder()
131 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
288 ALOGV("[%s] onConfigure (format=%s)", mComponentName.c_str(), format->debugString().c_str()); in onConfigure()
302 mComponentName = mime; in onConfigure()
303 mComponentName.append(" decoder"); in onConfigure()
304 ALOGV("[%s] onConfigure (nww=%p)", mComponentName.c_str(), in onConfigure()
311 if (mCodec->getName(&mComponentName) == OK) { in onConfigure()
312 mComponentName.append(".secure"); in onConfigure()
314 ALOGI("[%s] creating", mComponentName.c_str()); in onConfigure()
315 mCodec = AMediaCodecWrapper::CreateCodecByName(mComponentName); in onConfigure()
329 mCodec->getName(&mComponentName); in onConfigure()
359 ALOGE("Failed to configure [%s] decoder (err=%d)", mComponentName.c_str(), err); in onConfigure()
380 mStats->setString("component-name", mComponentName.c_str()); in onConfigure()
396 ALOGE("Failed to start [%s] decoder (err=%d)", mComponentName.c_str(), err); in onConfigure()
486 ALOGE("[%s] onResume without a valid codec", mComponentName.c_str()); in onResume()
511 ALOGE("failed to flush [%s] (err=%d)", mComponentName.c_str(), err); in doFlush()
553 mComponentName.c_str(), error); in onShutdown()
555 mComponentName = "decoder"; in onShutdown()
561 ALOGE("failed to release [%s] (err=%d)", mComponentName.c_str(), err); in onShutdown()
663 ALOGE("[%s] handleAnInputBuffer without a valid codec", mComponentName.c_str()); in handleAnInputBuffer()
672 ALOGE("[%s] handleAnInputBuffer, failed to get input buffer", mComponentName.c_str()); in handleAnInputBuffer()
704 ALOGI("[%s] resubmitting CSD", mComponentName.c_str()); in handleAnInputBuffer()
739 ALOGE("[%s] handleAnOutputBuffer without a valid codec", mComponentName.c_str()); in handleAnOutputBuffer()
750 ALOGE("[%s] handleAnOutputBuffer, failed to get output buffer", mComponentName.c_str()); in handleAnOutputBuffer()
789 mComponentName.c_str(), (long long)timeUs); in handleAnOutputBuffer()
1003 ALOGE("[%s] onInputBufferFetched without a valid codec", mComponentName.c_str()); in onInputBufferFetched()
1039 mComponentName.c_str(), in onInputBufferFetched()
1051 mComponentName.c_str(), (long long)resumeAtMediaTimeUs); in onInputBufferFetched()
1126 mComponentName.c_str(), err); in onInputBufferFetched()
1165 mComponentName.c_str(), err); in onRenderBuffer()