Lines Matching refs:name

24 static SLresult checkDataLocator(const char *name, void *pLocator, DataLocator *pDataLocator,
27 assert(NULL != name && NULL != pDataLocator);
41 SL_LOGE("%s: pAddress=NULL", name);
57 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers);
87 SL_LOGE("%s: deviceType=%u", name, deviceType);
98 "object ID or is not realized", name, device);
107 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID);
113 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID);
119 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
128 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
136 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType);
151 SL_LOGE("%s: SLDataLocator_MIDIBufferQueue.numBuffers=%d", name,
166 name, pDataLocator->mOutputMix.outputMix);
175 SL_LOGE("%s: hWindow must be non-NULL ANativeWindow *", name);
179 SL_LOGE("%s: hDisplay must be NULL, but is %p", name,
189 SL_LOGE("%s: invalid URI=NULL", name);
216 SL_LOGV("%s: fd=%d offset=%lld length=%lld", name, pDataLocator->mFD.fd,
220 SL_LOGE("%s: fd=%d\n", name, pDataLocator->mFD.fd);
231 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mABQ.numBuffers);
240 SL_LOGE("%s: locatorType=%u", name, locatorType);
247 SL_LOGE("%s: locatorType changed from %u to %u", name, locatorType,
281 SL_LOGE("%s: data locator type 0x%x not allowed", name, locatorType);
345 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat,
348 assert(NULL != name && NULL != pDataFormat);
367 SL_LOGE("%s: unsupported representation: %d", name,
393 SL_LOGE("%s: numChannels=%u", name, (unsigned) pDataFormat->mPCM.numChannels);
421 SL_LOGE("%s: samplesPerSec=%u", name, pDataFormat->mPCM.samplesPerSec);
452 SL_LOGE("%s: containerSize=%u", name, pDataFormat->mPCM.containerSize);
461 SL_LOGE("%s: containerSize=%u, bitsPerSample=%u", name,
507 SL_LOGE("%s: channelMask=0x%x numChannels=%u", name,
523 SL_LOGE("%s: endianness=%u", name, (unsigned) pDataFormat->mPCM.endianness);
598 SL_LOGE("%s: unsupported color format %d", name,
607 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType);
614 SL_LOGE("%s: formatType changed from %u to %u", name, formatType,
638 SL_LOGE("%s: data format %d not allowed", name, formatType);
792 SLresult checkDataSource(const char *name, const SLDataSource *pDataSrc,
796 assert(NULL != name && NULL != pDataLocatorFormat);
807 SL_LOGE("%s: data source cannot be NULL", name);
812 result = checkDataLocator(name, myDataSrc.pLocator, &pDataLocatorFormat->mLocator,
856 result = checkDataFormat(name, myDataSrc.pFormat, &pDataLocatorFormat->mFormat,
869 SLresult checkDataSink(const char *name, const SLDataSink *pDataSink,
873 assert(NULL != name && NULL != pDataLocatorFormat);
884 SL_LOGE("%s: data sink cannot be NULL", name);
889 result = checkDataLocator(name, myDataSink.pLocator, &pDataLocatorFormat->mLocator,
931 result = checkDataFormat(name, myDataSink.pFormat, &pDataLocatorFormat->mFormat,