Lines Matching defs:name

29 static SLresult checkDataLocator(const char *name, void *pLocator, DataLocator *pDataLocator,
32 assert(NULL != name && NULL != pDataLocator);
46 SL_LOGE("%s: pAddress=NULL", name);
62 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers);
92 SL_LOGE("%s: deviceType=%u", name, deviceType);
103 "object ID or is not realized", name, device);
112 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID);
118 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID);
124 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
133 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
141 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType);
156 SL_LOGE("%s: SLDataLocator_MIDIBufferQueue.numBuffers=%d", name,
171 name, pDataLocator->mOutputMix.outputMix);
180 SL_LOGE("%s: hWindow must be non-NULL ANativeWindow *", name);
184 SL_LOGE("%s: hDisplay must be NULL, but is %p", name,
194 SL_LOGE("%s: invalid URI=NULL", name);
221 SL_LOGV("%s: fd=%d offset=%lld length=%lld", name, pDataLocator->mFD.fd,
225 SL_LOGE("%s: fd=%d\n", name, pDataLocator->mFD.fd);
236 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mABQ.numBuffers);
245 SL_LOGE("%s: locatorType=%u", name, locatorType);
252 SL_LOGE("%s: locatorType changed from %u to %u", name, locatorType,
286 SL_LOGE("%s: data locator type 0x%x not allowed", name, locatorType);
341 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat,
344 assert(NULL != name && NULL != pDataFormat);
363 SL_LOGE("%s: unsupported representation: %d", name,
378 SL_LOGE("%s: numChannels=%u", name, (unsigned) pDataFormat->mPCM.numChannels);
390 SL_LOGE("%s: samplesPerSec=%u", name, pDataFormat->mPCM.samplesPerSec);
421 SL_LOGE("%s: containerSize=%u", name, pDataFormat->mPCM.containerSize);
431 SL_LOGE("%s: containerSize=%u, bitsPerSample=%u", name,
439 name,
468 name,
476 SL_LOGV("%s: final channel mask is 0x%x", name, pDataFormat->mPCM.channelMask);
489 SL_LOGE("%s: endianness=%u", name, (unsigned) pDataFormat->mPCM.endianness);
564 SL_LOGE("%s: unsupported color format %d", name,
573 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType);
580 SL_LOGE("%s: formatType changed from %u to %u", name, formatType,
604 SL_LOGE("%s: data format %d not allowed", name, formatType);
758 SLresult checkDataSource(const char *name, const SLDataSource *pDataSrc,
762 assert(NULL != name && NULL != pDataLocatorFormat);
773 SL_LOGE("%s: data source cannot be NULL", name);
778 result = checkDataLocator(name, myDataSrc.pLocator, &pDataLocatorFormat->mLocator,
822 result = checkDataFormat(name,
838 SLresult checkDataSink(const char *name, const SLDataSink *pDataSink,
842 assert(NULL != name && NULL != pDataLocatorFormat);
853 SL_LOGE("%s: data sink cannot be NULL", name);
858 result = checkDataLocator(name, myDataSink.pLocator, &pDataLocatorFormat->mLocator,
900 result = checkDataFormat(name,