Home
last modified time | relevance | path

Searched refs:ALOGE_IF (Results 1 – 25 of 95) sorted by relevance

1234

/frameworks/av/media/libaudiohal/
DEffectHalLocal.cpp49 ALOGE_IF(mInBuffer == nullptr, "Input buffer not set"); in process()
50 ALOGE_IF(mOutBuffer == nullptr, "Output buffer not set"); in process()
59 ALOGE_IF(mInBuffer == nullptr, "Input buffer not set"); in processReverse()
60 ALOGE_IF(mOutBuffer == nullptr, "Output buffer not set"); in processReverse()
DStreamHalHidl.cpp225 ALOGE_IF(err, "failed to set priority %d for pid %d tid %d; error %d", in requestHalThreadPriority()
356 ALOGE_IF(*written > bytes, in write()
441 ALOGE_IF(!tempCommandMQ, "Failed to obtain command message queue for writing"); in prepareForWriting()
442 ALOGE_IF(tempCommandMQ && !tempCommandMQ->isValid(), in prepareForWriting()
444 ALOGE_IF(!tempDataMQ, "Failed to obtain data message queue for writing"); in prepareForWriting()
445 ALOGE_IF(tempDataMQ && !tempDataMQ->isValid(), "Data message queue for writing is invalid"); in prepareForWriting()
446 ALOGE_IF(!tempStatusMQ, "Failed to obtain status message queue for writing"); in prepareForWriting()
447 ALOGE_IF(tempStatusMQ && !tempStatusMQ->isValid(), in prepareForWriting()
449 ALOGE_IF(!mEfGroup, "Event flag creation for writing failed"); in prepareForWriting()
703 ALOGE_IF(!tempCommandMQ, "Failed to obtain command message queue for writing"); in prepareForReading()
[all …]
DEffectBufferHalLocal.cpp69 ALOGE_IF(mOwnBuffer != nullptr, "Attempt to set external data for allocated buffer"); in setExternalData()
DEffectHalHidl.cpp164 ALOGE_IF(!tempStatusMQ, "Failed to obtain status message queue for effects"); in prepareForProcessing()
165 ALOGE_IF(tempStatusMQ && !tempStatusMQ->isValid(), in prepareForProcessing()
167 ALOGE_IF(!mEfGroup, "Event flag creation for effects failed"); in prepareForProcessing()
/frameworks/native/services/surfaceflinger/
DDdmConnection.cpp54 ALOGE_IF(!libart_dso, "DdmConnection: %s", dlerror()); in start()
57 ALOGE_IF(!libandroid_runtime_dso, "DdmConnection: %s", dlerror()); in start()
66 ALOGE_IF(!JNI_CreateJavaVM, "DdmConnection: %s", dlerror()); in start()
72 ALOGE_IF(!registerNatives, "DdmConnection: %s", dlerror()); in start()
DSurfaceFlingerConsumer.cpp212 ALOGE_IF(result != NO_ERROR, "setReleaseFence: failed to add the" in setReleaseFence()
228 ALOGE_IF(result < NO_ERROR, "releasePendingBuffer failed: %s (%d)", in releasePendingBuffer()
/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp103 ALOGE_IF(!status, "Pose LogController() failed because: %s", in LogController()
116 ALOGE_IF(!status, "Pose Freeze() failed because: %s\n", in Freeze()
126 ALOGE_IF(!status, "Pose SetPoseMode() failed because: %s", in SetMode()
137 ALOGE_IF(!status, "Pose GetPoseMode() failed because: %s", in GetMode()
167 ALOGE_IF(!status, "PoseClient DataCapture() failed because: %s\n", in DataCapture()
177 ALOGE_IF(!status, "PoseClient DataReaderDestroy() failed because: %s\n", in DataReaderDestroy()
187 ALOGE_IF(!status, "Pose EnableSensors() failed because: %s\n", in EnableSensors()
Dsensor_client.cpp26 ALOGE_IF(!status, "startSensor() failed because: %s\n", in StartSensor()
34 ALOGE_IF(!status, "stopSensor() failed because: %s\n", in StopSensor()
47 ALOGE_IF(!status, "Sensor poll() failed because: %s\n", in Poll()
/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp58 ALOGE_IF(err != OK, "Cannot register %s: %d", ISensorManager::descriptor, err); in android_server_SystemServer_startHidlServices()
62 ALOGE_IF(err != OK, "Cannot register %s: %d", ISchedulingPolicyService::descriptor, err); in android_server_SystemServer_startHidlServices()
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp480 ALOGE_IF(error != HWC::Error::None, in PostLayers()
617 ALOGE_IF(!status, in GetVSyncTime()
758 ALOGE_IF( in PostThread()
812 ALOGE_IF(error < 0, "HardwareComposer::PostThread: Failed to sleep: %s", in PostThread()
1032 ALOGE_IF(error != EAGAIN, in GetVsyncTime()
1159 ALOGE_IF(error != HWC::Error::None, in UpdateVisibilitySettings()
1165 ALOGE_IF(error != HWC::Error::None, in UpdateVisibilitySettings()
1182 ALOGE_IF(error != HWC::Error::None, in UpdateLayerSettings()
1189 ALOGE_IF(error != HWC::Error::None, in UpdateLayerSettings()
1195 ALOGE_IF(error != HWC::Error::None, in UpdateLayerSettings()
[all …]
Ddisplay_manager_service.cpp28 ALOGE_IF(!status, in SetNotificationsPending()
119 ALOGE_IF( in OnGetSurfaceQueue()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp221 ALOGE_IF(result != NO_ERROR, "onFrameCommitted: failed to add the" in nextBuffer()
226 ALOGE_IF(result != NO_ERROR, "onFrameCommitted: error releasing buffer:" in nextBuffer()
238 ALOGE_IF(err, "setReleaseFenceFd: failed to add the fence: %s (%d)", in nextBuffer()
/frameworks/native/libs/ui/
DRegion.cpp526 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name); in validate()
531 ALOGE_IF(!silent, "%s: rect->right > max_value", name); in validate()
535 ALOGE_IF(!silent, "%s: rect->right > max_value", name); in validate()
544 ALOGE_IF(!silent, "%s: region's Rects not sorted", name); in validate()
549 ALOGE_IF(!silent, "%s: invalid span %p", name, cur); in validate()
552 ALOGE_IF(!silent, in validate()
558 ALOGE_IF(!silent, in validate()
569 ALOGE_IF(!silent, in validate()
577 ALOGE_IF(!silent, "%s: mStorage size is 2, which is never valid", name); in validate()
/frameworks/ex/framesequence/jni/utils/
Dlog.h125 #ifndef ALOGE_IF
126 #define ALOGE_IF(cond, ...) \ macro
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp50 ALOGE_IF(fd<0, "error creating ashmem region: %s", strerror(errno)); in MemoryHeapBase()
69 ALOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno)); in MemoryHeapBase()
DIMemory.cpp294 ALOGE_IF(fd==-1, "cannot dup fd=%d", in assertMapped()
322 ALOGE_IF(err, "binder=%p transaction failed fd=%d, size=%zd, err=%d (%s)", in assertReallyMapped()
329 ALOGE_IF(fd==-1, "cannot dup fd=%d, size=%zd, err=%d (%s)", in assertReallyMapped()
/frameworks/native/libs/gui/
DFrameTimestamps.cpp327 ALOGE_IF((*dst)->isValid(), "applyFenceDelta: Unexpected fence."); in applyFenceDelta()
386 ALOGE_IF(mProducerWantsEvents, "addLatch: Did not find frame."); in addLatch()
397 ALOGE_IF(mProducerWantsEvents, in addPreComposition()
417 ALOGE_IF(mProducerWantsEvents, in addPostComposition()
437 ALOGE_IF(mProducerWantsEvents, "addRelease: Did not find frame."); in addRelease()
631 ALOGE_IF(src.mDeltas.empty(), "Source mDeltas not empty."); in operator =()
DSurface.cpp534 ALOGE_IF(fence == NULL, "Surface::dequeueBuffer: received null Fence! buf=%d", buf); in dequeueBuffer()
1350 ALOGE_IF(err, "IGraphicBufferProducer::setBufferCount(%d) returned %s", in setBufferCount()
1363 ALOGE_IF(err, "IGraphicBufferProducer::setMaxDequeuedBufferCount(%d) " in setMaxDequeuedBufferCount()
1375 ALOGE_IF(err, "IGraphicBufferProducer::setAsyncMode(%d) returned %s", in setAsyncMode()
1391 ALOGE_IF(err, "IGraphicBufferProducer::setSharedBufferMode(%d) returned" in setSharedBufferMode()
1406 ALOGE_IF(err, "IGraphicBufferProducer::setAutoRefresh(%d) returned %s", in setAutoRefresh()
1557 ALOGE_IF(err, "error locking src buffer %s", strerror(-err)); in copyBlt()
1562 ALOGE_IF(err, "error locking dst buffer %s", strerror(-err)); in copyBlt()
1624 ALOGE_IF(err, "dequeueBuffer failed (%s)", strerror(-err)); in lock()
1708 ALOGE_IF(err, "failed unlocking buffer (%p)", mLockedBuffer->handle); in unlockAndPost()
[all …]
/frameworks/av/media/libstagefright/
DMediaSync.cpp672 ALOGE_IF(status != NO_ERROR, "attaching buffer to output failed (%d)", status); in renderOneBufferItem_l()
676 ALOGE_IF(status != NO_ERROR, "queueing buffer to output failed (%d)", status); in renderOneBufferItem_l()
709 ALOGE_IF(status != NO_ERROR, "detaching buffer from output failed (%d)", status); in onBufferReleasedByOutput()
752 ALOGE_IF(status != NO_ERROR, "attaching buffer to input failed (%d)", status); in returnBufferToInput_l()
756 ALOGE_IF(status != NO_ERROR, "releasing buffer to input failed (%d)", status); in returnBufferToInput_l()
DSurfaceUtils.cpp247 ALOGE_IF(err != OK, "Failed to connect to surface %p, err %d", surface, err); in nativeWindowConnect()
256 ALOGE_IF(err != OK, "Failed to disconnect from surface %p, err %d", surface, err); in nativeWindowDisconnect()
/frameworks/native/services/vr/bufferhubd/
Dbufferhubd.cpp28 ALOGE_IF(ret < 0, "Failed to set nofile limit, error=%s", strerror(errno)); in main()
/frameworks/native/libs/vr/libdisplay/
Dvsync_client.cpp70 ALOGE_IF(!status, "VSuncClient::Acknowledge: Failed to ack vsync because: %s", in Acknowledge()
/frameworks/base/services/core/jni/BroadcastRadio/
DNativeCallbackThread.cpp78 ALOGE_IF(res != JNI_OK, "Couldn't detach thread"); in threadLoop()
/frameworks/av/media/libnbaio/
DAudioStreamInSource.cpp87 ALOGE_IF(result != OK, "Error while reading data from HAL: %d", result); in read()
DAudioStreamOutSink.cpp73 ALOGE_IF(ret != OK, "Error while writing data to HAL: %d", ret); in write()

1234