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 152 ALOGVV("Exposure set to %f", ns/1000000.f); in setExposureTime() 158 ALOGVV("Frame duration set to %f", ns/1000000.f); in setFrameDuration() 164 ALOGVV("Gain set to %d", gain); in setSensitivity() 258 ALOGVV("Sensor VSync"); in threadLoop() 279 ALOGVV("Sensor starting readout"); in threadLoop() 289 ALOGVV("Sensor readout complete"); in threadLoop() 313 ALOGVV("Starting next capture: Exposure: %f ms, gain: %d", in threadLoop() 321 ALOGVV("Sensor capturing buffer %d: stream %d," in threadLoop() [all …]
|
/device/asus/fugu/libaudio/ |
D | AudioStreamOut.cpp | 32 #define ALOGVV ALOGV macro 34 #define ALOGVV(a...) do { } while(0) macro 438 ALOGVV("getPresentationPosition: no physical outputs! This HAL is inactive!"); in getPresentationPosition() 567 ALOGVV("AudioStreamOut::write(%u) 0x%02X, 0x%02X, 0x%02X, 0x%02X," in write() 586 ALOGVV("AudioStreamOut::write_l(%u) 0x%02X, 0x%02X, 0x%02X, 0x%02X," in writeInternal()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera3.cpp | 41 #define ALOGVV ALOGV macro 43 #define ALOGVV(...) ((void)0) macro 999 ALOGVV("%s: Queued frame %d", __FUNCTION__, request->frame_number); in processCaptureRequest() 1733 ALOGVV("%s: AF state transitioned from %s to %s", in doFakeAF() 1811 ALOGVV("%s: Frame %d: Sensor started exposure at %lld", in onSensorEvent() 1876 ALOGVV("%s: ReadoutThread waiting for request", __FUNCTION__); in threadLoop() 1885 ALOGVV("%s: ReadoutThread: Timed out waiting for request", in threadLoop() 1901 ALOGVV("%s: Beginning readout of frame %d", __FUNCTION__, in threadLoop() 1906 ALOGVV("%s: ReadoutThread: Wait for frame to be delivered from sensor", in threadLoop() 1913 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 906 ALOGVV("%s: enter:)", __func__); in get_capture_reference_delay() 937 …ALOGVV("get_capture_reference_delay_time_stamp Secs: [%10ld], nSecs: [%9ld], kernel_frames: [%5d]," in get_capture_reference_delay() 946 ALOGVV("%s: enter:)", __func__); in get_capture_delay() 987 ALOGVV("get_capture_delay_time_stamp Secs: [%10ld], nSecs: [%9ld], kernel_frames:[%5d]," in get_capture_delay() 997 ALOGVV("%s: enter:), in->config.channels(%d)", __func__,in->config.channels); in update_echo_reference() 1005 …ALOGVV("update_echo_reference, in->config.channels(%d), frames = [%zd], in->ref_buf_frames = [%zd]… in update_echo_reference() 1014 ALOGVV("update_echo_reference(): ref_buf %p extended to %d bytes", in update_echo_reference() 1025 ALOGVV("update_echo_reference(): in->ref_buf_frames:[%zd], " in update_echo_reference() [all …]
|