Home
last modified time | relevance | path

Searched refs:ALOGV_IF (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/ex/framesequence/jni/utils/
Dlog.h65 #ifndef ALOGV_IF
67 #define ALOGV_IF(cond, ...) ((void)0) macro
69 #define ALOGV_IF(cond, ...) \
/frameworks/base/media/jni/soundpool/
DSoundDecoder.cpp112 ALOGV_IF(id != 0, "%s: launched thread %d", __func__, id); in loadSound()
DStreamManager.cpp266 ALOGV_IF(id != 0, "%s: launched thread %d", __func__, id); in queueForPlay()
295 ALOGV_IF(id != 0, "%s: launched thread %d", __func__, id); in moveToRestartQueue()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp619 ALOGV_IF(surface->swapchain_handle != VK_NULL_HANDLE, in DestroySurfaceKHR()
923 ALOGV_IF(pDeviceGroupPresentCapabilities->sType != in GetDeviceGroupPresentCapabilitiesKHR()
1063 ALOGV_IF(create_info->imageArrayLayers != 1, in CreateSwapchainKHR()
1066 ALOGV_IF((create_info->preTransform & ~kSupportedTransforms) != 0, in CreateSwapchainKHR()
1069 ALOGV_IF(!(create_info->presentMode == VK_PRESENT_MODE_FIFO_KHR || in CreateSwapchainKHR()
1568 ALOGV_IF(present_info->sType != VK_STRUCTURE_TYPE_PRESENT_INFO_KHR, in QueuePresentKHR()
1597 ALOGV_IF( in QueuePresentKHR()
1601 ALOGV_IF(present_times && in QueuePresentKHR()
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp149 ALOGV_IF(!fencesDone, "%s: Fences still to wait on", __FUNCTION__); in getDeviceStateLocked()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp389 ALOGV_IF(mIsFirst, "insufficient data for first frame, sending silence"); in onQueueFilled()
/frameworks/av/media/libmedia/
DIMediaSource.cpp427 ALOGV_IF(buf->mMemory != nullptr, in onTransact()
Dmediaplayer.cpp804 ALOGV_IF(mPlayer == NULL, "setParameter: no active player"); in setParameter()
/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp131 ALOGV_IF(audio_channel_mask_get_bits(channelMask) != AUDIO_CHANNEL_OUT_STEREO, in create()
663 ALOGV_IF((n & NEEDS_CHANNEL_COUNT__MASK) > NEEDS_CHANNEL_2, in process__validate()
681 ALOGV_IF((n & NEEDS_CHANNEL_COUNT__MASK) > NEEDS_CHANNEL_2, in process__validate()
DAudioMixer.cpp547 ALOGV_IF(audio_channel_mask_get_bits(channelMask) != AUDIO_CHANNEL_OUT_STEREO, in postCreateTrack()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp601 ALOGV_IF(device != nullptr, in getDeviceForInputSource()
/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h161 ALOGV_IF(success, "stringToEnum() found %s", str.c_str()); in fromString()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp1263 ALOGV_IF(quirks.triggerAfWithAuto, "Camera %d: Quirk triggerAfWithAuto enabled", in buildQuirks()
1268 ALOGV_IF(quirks.useZslFormat, "Camera %d: Quirk useZslFormat enabled", in buildQuirks()
1273 ALOGV_IF(quirks.meteringCropRegion, "Camera %d: Quirk meteringCropRegion" in buildQuirks()
1278 ALOGV_IF(quirks.partialResults, "Camera %d: Quirk usePartialResult" in buildQuirks()
/frameworks/av/media/ndk/
DNdkImageReader.cpp456 ALOGV_IF(readerWidth != bufferWidth || readerHeight != bufferHeight, in acquireImageLocked()
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp286 ALOGV_IF(view.capacity() > buffer->capacity(), in attachBuffer()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp292 ALOGV_IF(event.header.type == DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG, in waitForHotplugEvent()
315 ALOGV_IF(event.header.type == DisplayEventReceiver::DISPLAY_EVENT_MODE_CHANGE, in waitForModeChangedEvent()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp452 ALOGV_IF(sharedBuffer != 0, "%s(): sharedBuffer: %p, size: %zu", in set()
3004 ALOGV_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_SERVER, in getTimestamp_l()
3068ALOGV_IF(status != WOULD_BLOCK, "%s(%d): getTimestamp error:%#x", __func__, mPortId, status); in getTimestamp_l()
DAudioTrackShared.cpp1006 ALOGV_IF(mUnderrunning, in tallyUnderrunFrames()
DToneGenerator.cpp1174 ALOGV_IF(lResult, "Tone started, time %d", (unsigned int)(systemTime()/1000000)); in startTone()
/frameworks/av/services/audioflinger/
DTracks.cpp671 ALOGV_IF(sharedBuffer != 0, "%s(%d): sharedBuffer: %p, size: %zu", in Track()
2171 ALOGV_IF(status != NO_ERROR, "%s(%d): getNextBuffer status %d", __func__, mId, status); in getNextBuffer()
2746 ALOGV_IF(status != NO_ERROR, in getNextBuffer()
DThreads.cpp798 ALOGV_IF(mConfigEvents.isEmpty(), "processConfigEvents_l() DONE thread %p", this); in processConfigEvents_l()
2218 ALOGV_IF((*flags & AUDIO_OUTPUT_FLAG_FAST) != 0, in createTrack_l()
3960 ALOGV_IF(mThreadThrottleEndMs == mThreadThrottleTimeMs, in threadLoop()
4868 ALOGV_IF(mBytesWritten == 0 && (mMixerStatus == MIXER_TRACKS_ENABLED), in threadLoop_sleepTime()
7623 ALOGV_IF(buffer.frameCount != framesOut, in threadLoop()
7906 ALOGV_IF((*flags & AUDIO_INPUT_FLAG_FAST) != 0, in createRecordTrack_l()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp921 ALOGV_IF("%s: %s composition for %s (%cdirty %cempty %cwasEmpty)", __FUNCTION__, in beginFrame()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp2166 ALOGV_IF(bothOffloaded, "both tracks offloaded"); in open()
2687 ALOGV_IF(actualSize == 0 && buffer->size > 0, "callbackwrapper: empty buffer returned"); in CallbackWrapper()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp2029 ALOGV_IF(err == OK, "openAudioSink: offload succeeded"); in onOpenAudioSink()
/frameworks/av/media/libeffects/testlibs/
DEffectReverb.c1173 ALOGV_IF(delta > (1<<30), " delta overflow %d", delta); in Reverb_setParameter()

12