Lines Matching refs:name

27 static SLresult checkDataLocator(const char *name, void *pLocator, DataLocator *pDataLocator,
30 assert(NULL != name && NULL != pDataLocator);
44 SL_LOGE("%s: pAddress=NULL", name);
60 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers);
90 SL_LOGE("%s: deviceType=%u", name, deviceType);
101 "object ID or is not realized", name, device);
110 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID);
116 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID);
122 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
131 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
139 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType);
154 SL_LOGE("%s: SLDataLocator_MIDIBufferQueue.numBuffers=%d", name,
169 name, pDataLocator->mOutputMix.outputMix);
178 SL_LOGE("%s: hWindow must be non-NULL ANativeWindow *", name);
182 SL_LOGE("%s: hDisplay must be NULL, but is %p", name,
192 SL_LOGE("%s: invalid URI=NULL", name);
219 SL_LOGV("%s: fd=%d offset=%lld length=%lld", name, pDataLocator->mFD.fd,
223 SL_LOGE("%s: fd=%d\n", name, pDataLocator->mFD.fd);
234 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mABQ.numBuffers);
243 SL_LOGE("%s: locatorType=%u", name, locatorType);
250 SL_LOGE("%s: locatorType changed from %u to %u", name, locatorType,
284 SL_LOGE("%s: data locator type 0x%x not allowed", name, locatorType);
339 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat,
342 assert(NULL != name && NULL != pDataFormat);
361 SL_LOGE("%s: unsupported representation: %d", name,
376 SL_LOGE("%s: numChannels=%u", name, (unsigned) pDataFormat->mPCM.numChannels);
388 SL_LOGE("%s: samplesPerSec=%u", name, pDataFormat->mPCM.samplesPerSec);
419 SL_LOGE("%s: containerSize=%u", name, pDataFormat->mPCM.containerSize);
429 SL_LOGE("%s: containerSize=%u, bitsPerSample=%u", name,
437 name,
466 name,
474 SL_LOGV("%s: final channel mask is 0x%x", name, pDataFormat->mPCM.channelMask);
487 SL_LOGE("%s: endianness=%u", name, (unsigned) pDataFormat->mPCM.endianness);
562 SL_LOGE("%s: unsupported color format %d", name,
571 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType);
578 SL_LOGE("%s: formatType changed from %u to %u", name, formatType,
602 SL_LOGE("%s: data format %d not allowed", name, formatType);
756 SLresult checkDataSource(const char *name, const SLDataSource *pDataSrc,
760 assert(NULL != name && NULL != pDataLocatorFormat);
771 SL_LOGE("%s: data source cannot be NULL", name);
776 result = checkDataLocator(name, myDataSrc.pLocator, &pDataLocatorFormat->mLocator,
820 result = checkDataFormat(name,
836 SLresult checkDataSink(const char *name, const SLDataSink *pDataSink,
840 assert(NULL != name && NULL != pDataLocatorFormat);
851 SL_LOGE("%s: data sink cannot be NULL", name);
856 result = checkDataLocator(name, myDataSink.pLocator, &pDataLocatorFormat->mLocator,
898 result = checkDataFormat(name,