Lines Matching refs:SL_LOGE
44 SL_LOGE("%s: pAddress=NULL", name); in checkDataLocator()
60 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers); in checkDataLocator()
90 SL_LOGE("%s: deviceType=%u", name, deviceType); in checkDataLocator()
100 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \ in checkDataLocator()
110 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID); in checkDataLocator()
116 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID); in checkDataLocator()
122 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID); in checkDataLocator()
131 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID); in checkDataLocator()
139 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType); in checkDataLocator()
154 SL_LOGE("%s: SLDataLocator_MIDIBufferQueue.numBuffers=%d", name, in checkDataLocator()
167 SL_LOGE("%s: locatorType=SL_DATALOCATOR_OUTPUTMIX, but outputMix field %p does " \ in checkDataLocator()
178 SL_LOGE("%s: hWindow must be non-NULL ANativeWindow *", name); in checkDataLocator()
182 SL_LOGE("%s: hDisplay must be NULL, but is %p", name, in checkDataLocator()
192 SL_LOGE("%s: invalid URI=NULL", name); in checkDataLocator()
223 SL_LOGE("%s: fd=%d\n", name, pDataLocator->mFD.fd); in checkDataLocator()
234 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mABQ.numBuffers); in checkDataLocator()
243 SL_LOGE("%s: locatorType=%u", name, locatorType); in checkDataLocator()
250 SL_LOGE("%s: locatorType changed from %u to %u", name, locatorType, in checkDataLocator()
284 SL_LOGE("%s: data locator type 0x%x not allowed", name, locatorType); in checkDataLocator()
361 SL_LOGE("%s: unsupported representation: %d", name, in checkDataFormat()
377 SL_LOGE("%s: numChannels=%u", name, (unsigned) pDataFormat->mPCM.numChannels); in checkDataFormat()
389 SL_LOGE("%s: samplesPerSec=%u", name, pDataFormat->mPCM.samplesPerSec); in checkDataFormat()
420 SL_LOGE("%s: containerSize=%u", name, pDataFormat->mPCM.containerSize); in checkDataFormat()
430 SL_LOGE("%s: containerSize=%u, bitsPerSample=%u", name, in checkDataFormat()
451 SL_LOGE("No channel mask specified and no default mapping for" in checkDataFormat()
466 SL_LOGE("%s: requested %d channels but mask (0x%x) has %d channel bits set", in checkDataFormat()
488 SL_LOGE("%s: endianness=%u", name, (unsigned) pDataFormat->mPCM.endianness); in checkDataFormat()
563 SL_LOGE("%s: unsupported color format %d", name, in checkDataFormat()
572 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType); in checkDataFormat()
579 SL_LOGE("%s: formatType changed from %u to %u", name, formatType, in checkDataFormat()
603 SL_LOGE("%s: data format %d not allowed", name, formatType); in checkDataFormat()
642 SL_LOGE("can't require SL_IID_BUFFERQUEUE " in checkSourceSinkVsInterfacesCompatibility()
662 SL_LOGE("can't require SL_IID_SEEK with a buffer queue data source"); in checkSourceSinkVsInterfacesCompatibility()
672 SL_LOGE("can't require SL_IID_MUTESOLO with a mono buffer queue data source"); in checkSourceSinkVsInterfacesCompatibility()
684 SL_LOGE("can't require SL_IID_SEEK with a SL_DATALOCATOR_ANDROIDBUFFERQUEUE "\ in checkSourceSinkVsInterfacesCompatibility()
698 SL_LOGE("Invalid sink for SL_DATALOCATOR_ANDROIDBUFFERQUEUE source"); in checkSourceSinkVsInterfacesCompatibility()
717 SL_LOGE("can't require SL_IID_BUFFERQUEUE " in checkSourceSinkVsInterfacesCompatibility()
772 SL_LOGE("%s: data source cannot be NULL", name); in checkDataSource()
852 SL_LOGE("%s: data sink cannot be NULL", name); in checkDataSink()