/hardware/intel/common/wrs_omxil_core/utils/inc/ |
log.h | 29 #define LOGV_IF ALOGV_IF
|
/frameworks/ex/framesequence/jni/utils/ |
log.h | 65 #ifndef ALOGV_IF 67 #define ALOGV_IF(cond, ...) ((void)0) 69 #define ALOGV_IF(cond, ...) \
|
/packages/apps/Nfc/nci/jni/ |
NativeLlcpSocket.cpp | 118 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __func__); 126 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit", __func__); 145 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __func__); 161 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit; actual len=%d", __func__, retval);
|
RouteDataSet.cpp | 343 ALOGV_IF(sDebug, "%s: element=%s", "RouteDataSet::importProtocolRoute", element->name); 356 ALOGV_IF(sDebug, "%s: %s=0x%X", "RouteDataSet::importProtocolRoute", id, data->mProtocol); 365 ALOGV_IF(sDebug, "%s: %s=0x%X", "RouteDataSet::importProtocolRoute", secElem, data->mNfaEeHandle); 414 ALOGV_IF(sDebug, "%s: element=%s", "RouteDataSet::importTechnologyRoute", element->name); 425 ALOGV_IF(sDebug, "%s: %s=0x%X", "RouteDataSet::importTechnologyRoute", id, 435 ALOGV_IF(sDebug, "%s: %s=0x%X", "RouteDataSet::importTechnologyRoute", secElem, data->mNfaEeHandle);
|
PeerToPeer.cpp | 900 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: send data; jniHandle: %u nfaHandle: 0x%04X", 914 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: peer disconnected", fn); 920 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit OK; JNI handle: %u NFA Handle: 0x%04x", fn, jniHandle, pConn->mNfaConnHandle); 945 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter; jniHandle: %u bufferLen: %u", fn, jniHandle, bufferLen); 958 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: jniHandle: %u nfaHandle: 0x%04X buf len=%u", fn, pConn->mJniHandle, pConn->mNfaConnHandle, bufferLen); 970 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: waiting for data...", fn); 977 ALOGV_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit; nfa h: 0x%X ok: %u actual len: %u", fn, pConn->mNfaConnHandle, retVal, actualLen); [all...] |
/system/core/liblog/include/log/ |
log_main.h | 187 #ifndef ALOGV_IF 189 #define ALOGV_IF(cond, ...) ((void)0) 191 #define ALOGV_IF(cond, ...) \
|
/hardware/invensense/6515/libsensors_iio/ |
SensorBase.h | 27 #define LOGV_IF ALOGV_IF
|
/hardware/invensense/65xx/libsensors_iio/ |
SensorBase.h | 27 #define LOGV_IF ALOGV_IF
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderBase.h | 35 #define LOGV_IF ALOGV_IF
|
/hardware/qcom/audio/hal/voice_extn/ |
voice_extn.c | 463 ALOGV_IF(kv_pairs != NULL, "%s: enter: %s", __func__, kv_pairs); 550 ALOGV_IF(str != NULL, "%s: enter %s", __func__, str); 571 ALOGV_IF(str != NULL, "%s: exit: returns \"%s\"", __func__, str);
|
/frameworks/av/services/camera/libcameraservice/device3/ |
StatusTracker.cpp | 130 ALOGV_IF(!fencesDone, "%s: Fences still to wait on", __FUNCTION__);
|
/frameworks/native/vulkan/libvulkan/ |
swapchain.cpp | 522 ALOGV_IF(surface->swapchain_handle != VK_NULL_HANDLE, 807 ALOGV_IF(create_info->imageArrayLayers != 1, [all...] |
/system/media/audio_utils/ |
echo_reference.c | 255 ALOGV_IF(er->wr_frames_in != 0, 346 ALOGV_IF((er->frames_in < buffer->frame_count),
|
/frameworks/av/media/libmedia/ |
IMediaSource.cpp | 422 ALOGV_IF(buf->mMemory != nullptr,
|
mediaplayer.cpp | 799 ALOGV_IF(mPlayer == NULL, "setParameter: no active player");
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
SoftMP3.cpp | 375 ALOGV_IF(mIsFirst, "insufficient data for first frame, sending silence");
|
/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.cpp | 363 ALOGV_IF(mClosing || !mBluetoothEnabled, "Standby skip stop: closing %d enabled %d",
|
/hardware/qcom/audio/hal/ |
voice.c | 435 ALOGV_IF(kv_pairs != NULL, "%s: enter: %s", __func__, kv_pairs);
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc.cpp | 423 ALOGV_IF(POWER_MODE_DEBUG, "%s: Setting mode %d on display: %d", 494 ALOGV_IF(POWER_MODE_DEBUG, "%s: Done setting mode %d on display %d",
|
/frameworks/av/services/audioflinger/ |
Tracks.cpp | 413 ALOGV_IF(sharedBuffer != 0, "sharedBuffer: %p, size: %zu", sharedBuffer->pointer(), [all...] |
/frameworks/av/media/ndk/ |
NdkImageReader.cpp | 418 ALOGV_IF(readerWidth != bufferWidth || readerHeight != bufferHeight,
|
/frameworks/av/media/libaudioclient/ |
AudioTrack.cpp | 357 ALOGV_IF(sharedBuffer != 0, "sharedBuffer: %p, size: %zu", sharedBuffer->pointer(), [all...] |
AudioTrackShared.cpp | [all...] |
/frameworks/av/media/libaudioprocessing/ |
AudioMixer.cpp | 200 ALOGV_IF(audio_channel_mask_get_bits(channelMask) != AUDIO_CHANNEL_OUT_STEREO, [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.cpp | [all...] |