HomeSort by relevance Sort by last modified time
    Searched refs:ALOGV_IF (Results 1 - 12 of 12) sorted by null

  /hardware/ti/wpan/tools/FM/service/src/jni/
v4l2_JbtlLog.h 28 #define V4L2_JBTL_LOGV_IF(cond, ...) ALOGV_IF(cond, __VA_ARGS__)
  /hardware/invensense/libsensors_iio/
local_log_def.h 23 #define LOGV_IF ALOGV_IF
  /system/core/include/cutils/
log.h 86 #ifndef ALOGV_IF
88 #define ALOGV_IF(cond, ...) ((void)0)
90 #define ALOGV_IF(cond, ...) \
  /hardware/invensense/libsensors/
MPLSensor.cpp 64 #define VFUNC_LOG ALOGV_IF(EXTRA_VERBOSE, "%s", __PRETTY_FUNCTION__)
159 ALOGV_IF(EXTRA_VERBOSE, "MPLSensor constructor: numSensors = %d", numSensors);
325 //ALOGV_IF(EXTRA_VERBOSE, "irq: %d %d (%d)", i, irqdata.interruptcount, j++);
385 ALOGV_IF(EXTRA_VERBOSE, "cs:%d rs:%d ", changing_sensors, restart);
404 ALOGV_IF(EXTRA_VERBOSE, "Allowing TimerIRQ");
411 ALOGV_IF(EXTRA_VERBOSE, "Not allowing TimerIRQ");
597 //ALOGV_IF(EXTRA_VERBOSE, "new data (%d)", sampleCount);
627 //ALOGV_IF(EXTRA_VERBOSE, "accel data: %f %f %f", s->acceleration.v[0], s->acceleration.v[1], s->acceleration.v[2]);
848 //ALOGV_IF((uint32_t(newState) << what) != (mEnabled & (1 << what)),
857 ALOGV_IF(EXTRA_VERBOSE, "mEnabled = %x", mEnabled)
    [all...]
  /system/media/audio_utils/
echo_reference.c 251 ALOGV_IF(er->wr_frames_in != 0,
335 ALOGV_IF((er->frames_in < buffer->frame_count),
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 362 ALOGV_IF(mClosing || !mBluetoothEnabled, "Standby skip stop: closing %d enabled %d",
  /frameworks/av/services/camera/libcameraservice/camera2/
Parameters.cpp     [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 168 ALOGV_IF(mSharedBuffer != 0, "Destructor sharedBuffer: %p", mSharedBuffer->pointer());
201 ALOGV_IF(sharedBuffer != 0, "sharedBuffer: %p, size: %d", sharedBuffer->pointer(), sharedBuffer->size());
    [all...]
ToneGenerator.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 683 ALOGV_IF((n & NEEDS_CHANNEL_COUNT__MASK) > NEEDS_CHANNEL_2,
692 ALOGV_IF((n & NEEDS_CHANNEL_COUNT__MASK) > NEEDS_CHANNEL_2,
    [all...]
AudioFlinger.cpp     [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c     [all...]

Completed in 1089 milliseconds