Searched defs:read_counter_frames (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp95 int64_t read_counter_frames; member in struct:android::submix_stream_in
412 in->read_counter_frames = 0;
416 in->read_counter_frames += frames_to_read;
477 // read_counter_frames contains the number of frames that have been read since the beginning
482 ((int64_t)(in->read_counter_frames
732 in->read_counter_frames = 0;

Completed in 32 milliseconds