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

  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 22 #define ALOGVV(...) ALOGV(__VA_ARGS__)
24 #define ALOGVV(...) ((void)0)
151 ALOGVV("Exposure set to %f", ns/1000000.f);
157 ALOGVV("Frame duration set to %f", ns/1000000.f);
163 ALOGVV("Gain set to %d", gain);
256 ALOGVV("Sensor VSync");
277 ALOGVV("Sensor starting readout");
287 ALOGVV("Sensor readout complete");
311 ALOGVV("Starting next capture: Exposure: %f ms, gain: %d",
319 ALOGVV("Sensor capturing buffer %d: stream %d,
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 42 #define ALOGVV ALOGV
44 #define ALOGVV(a...) do { } while (false)
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioGain.cpp 22 #define ALOGVV ALOGV
24 #define ALOGVV(a...) do { } while(0)
Gains.cpp 22 #define ALOGVV ALOGV
24 #define ALOGVV(a...) do { } while(0)
228 ALOGVV("VOLUME vol index=[%d %d %d], dB=[%.1f %.1f %.1f]",
StreamDescriptor.cpp 22 #define ALOGVV ALOGV
24 #define ALOGVV(a...) do { } while(0)
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 22 #define ALOGVV ALOGV
24 #define ALOGVV(a...) do { } while(0)
  /frameworks/av/media/libaudioprocessing/
AudioMixerOps.h 278 #ifdef ALOGVV
279 ALOGVV("volumeRampMulti, MIXTYPE:%d\n", MIXTYPE);
371 #ifdef ALOGVV
372 ALOGVV("volumeMulti MIXTYPE:%d\n", MIXTYPE);
AudioMixer.cpp 55 #define ALOGVV ALOGV
56 //define ALOGVV printf // for test-mixer.cpp
58 #define ALOGVV(a...) do { } while (0)
236 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat);
784 ALOGVV("Creating resampler:"
    [all...]
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 22 #define ALOGVV(...) ALOGV(__VA_ARGS__)
24 #define ALOGVV(...) ((void)0)
283 ALOGVV("fillBayerRawBuffer: %p with %d x %d, stride %d", buf, w, h ,stride);
473 ALOGVV("Setting buffer count to %d",
488 ALOGVV("Dequeue buffer from %p", anw.get());
499 ALOGVV("Lock buffer from %p for write", anw.get());
526 ALOGVV("Unlock buffer from %p", anw.get());
530 ALOGVV("Set timestamp to %p", anw.get());
534 ALOGVV("Queue buffer to %p", anw.get());
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 33 #define ALOGVV ALOGV
35 #define ALOGVV(a...) do { } while(0)
459 ALOGVV("getPresentationPosition: no physical outputs! This HAL is inactive!");
584 ALOGVV("AudioStreamOut::write_l(%u) 0x%02X, 0x%02X, 0x%02X, 0x%02X,"
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 23 #define ALOGVV(...) ALOGV(__VA_ARGS__)
25 #define ALOGVV(...) if (0) ALOGV(__VA_ARGS__)
204 ALOGVV("Got preview metadata for frame %d with timestamp %" PRId64, frameNumber, timestamp);
847 ALOGVV("%s: ZSL queue frame AE state is %d, need "
878 ALOGVV("%s: ZSL queue frame AF state is %d is not good for capture, skip it",
888 ALOGVV("%s: Saw timestamp %" PRId64, __FUNCTION__, frameTimestamp);
StreamingProcessor.cpp 23 #define ALOGVV(...) ALOGV(__VA_ARGS__)
25 #define ALOGVV(...) ((void)0)
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 42 #define ALOGVV ALOGV
44 #define ALOGVV(...) ((void)0)
    [all...]
  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.cpp 22 #define ALOGVV ALOGV
24 #define ALOGVV(a...) do { } while(0)
580 ALOGVV("getDeviceForStrategy() strategy %d, device %x", strategy, device);
  /hardware/qcom/audio/hal/
audio_hw.c 22 #define ALOGVV ALOGV
24 #define ALOGVV(a...) do { } while(0)
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 22 #define ALOGVV ALOGV
24 #define ALOGVV(a...) do { } while(0)
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 23 #define ALOGVV(...) ALOGV(__VA_ARGS__)
25 #define ALOGVV(...) ((void)0)
705 ALOGVV("%s: E", __FUNCTION__);
    [all...]
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 40 #define ALOGVV ALOGV
42 #define ALOGVV(a...) do { } while(0)
Effects.cpp 45 #define ALOGVV ALOGV
47 #define ALOGVV(a...) do { } while(0)
616 ALOGVV("command(), cmdCode: %d, mEffectInterface: %p", cmdCode, mEffectInterface.get());
    [all...]
Threads.cpp 90 #define ALOGVV ALOGV
92 #define ALOGVV(a...) do { } while(0)
    [all...]
Tracks.cpp 48 #define ALOGVV ALOGV
50 #define ALOGVV(a...) do { } while(0)
    [all...]
AudioFlinger.cpp 84 #define ALOGVV ALOGV
86 #define ALOGVV(a...) do { } while(0)
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 21 #define ALOGVV ALOGV
23 #define ALOGVV(a...) do { } while(0)
    [all...]

Completed in 1182 milliseconds