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

  /external/adhd/cras/src/tests/
cras_test_client.c 684 cras_unified_cb_t aud_cb; local
714 aud_cb = got_hotword;
716 aud_cb = got_samples;
718 aud_cb = put_samples;
724 aud_cb = put_stdin_samples;
743 aud_cb,
    [all...]
cras_client_unittest.cc 131 stream_.config->aud_cb = capture_samples_ready;
  /external/adhd/cras/src/libcras/
cras_client.h 510 * aud_cb - Called when audio is needed(playback) or ready(capture). Allowed
524 cras_playback_cb_t aud_cb,
859 * (aud_cb).
861 * sample_time - The sample time stamp passed in to aud_cb.
871 * callback function for the stream (aud_cb).
873 * sample_time - The sample time stamp passed in to aud_cb.
    [all...]
cras_client.c 21 * samples. This happens in the aud_cb specified in the stream parameters.
127 cras_playback_cb_t aud_cb; member in struct:cras_stream_params
1085 frames = config->aud_cb(stream->client,
    [all...]

Completed in 79 milliseconds