Searched refs:ALOGVV (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Sensor.cpp | 22 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 24 #define ALOGVV(...) ((void)0) macro 158 ALOGVV("Exposure set to %f", ns/1000000.f); in setExposureTime() 164 ALOGVV("Frame duration set to %f", ns/1000000.f); in setFrameDuration() 170 ALOGVV("Gain set to %d", gain); in setSensitivity() 264 ALOGVV("Sensor VSync"); in threadLoop() 285 ALOGVV("Sensor starting readout"); in threadLoop() 295 ALOGVV("Sensor readout complete"); in threadLoop() 319 ALOGVV("Starting next capture: Exposure: %f ms, gain: %d", in threadLoop() 327 ALOGVV("Sensor capturing buffer %d: stream %d," in threadLoop() [all …]
|
/device/asus/fugu/libaudio/ |
D | AudioStreamOut.cpp | 33 #define ALOGVV ALOGV macro 35 #define ALOGVV(a...) do { } while(0) macro 452 ALOGVV("getPresentationPosition: no physical outputs! This HAL is inactive!"); in getPresentationPosition_l() 577 ALOGVV("AudioStreamOut::write_l(%u) 0x%02X, 0x%02X, 0x%02X, 0x%02X," in write()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera3.cpp | 44 #define ALOGVV ALOGV macro 46 #define ALOGVV(...) ((void)0) macro 988 ALOGVV("%s: Queued frame %d", __FUNCTION__, request->frame_number); in processCaptureRequest() 2148 ALOGVV("%s: AF state transitioned from %s to %s", in doFakeAF() 2237 ALOGVV("%s: Frame %d: Sensor started exposure at %lld", in onSensorEvent() 2302 ALOGVV("%s: ReadoutThread waiting for request", __FUNCTION__); in threadLoop() 2311 ALOGVV("%s: ReadoutThread: Timed out waiting for request", in threadLoop() 2327 ALOGVV("%s: Beginning readout of frame %d", __FUNCTION__, in threadLoop() 2332 ALOGVV("%s: ReadoutThread: Wait for frame to be delivered from sensor", in threadLoop() 2339 ALOGVV("%s: ReadoutThread: Timed out waiting for sensor frame", in threadLoop() [all …]
|
/device/htc/flounder/audio/hal/ |
D | audio_hw.c | 21 #define ALOGVV ALOGV macro 23 #define ALOGVV(a...) do { } while(0) macro 925 ALOGVV("%s: enter:)", __func__); in get_capture_reference_delay() 956 …ALOGVV("get_capture_reference_delay_time_stamp Secs: [%10ld], nSecs: [%9ld], kernel_frames: [%5d]," in get_capture_reference_delay() 965 ALOGVV("%s: enter:)", __func__); in get_capture_delay() 1006 ALOGVV("get_capture_delay_time_stamp Secs: [%10ld], nSecs: [%9ld], kernel_frames:[%5d]," in get_capture_delay() 1016 ALOGVV("%s: enter:), in->config.channels(%d)", __func__,in->config.channels); in update_echo_reference() 1024 …ALOGVV("update_echo_reference, in->config.channels(%d), frames = [%zd], in->ref_buf_frames = [%zd]… in update_echo_reference() 1033 ALOGVV("update_echo_reference(): ref_buf %p extended to %d bytes", in update_echo_reference() 1044 ALOGVV("update_echo_reference(): in->ref_buf_frames:[%zd], " in update_echo_reference() [all …]
|