HomeSort by relevance Sort by last modified time
    Searched defs:out_get_next_write_timestamp (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/audio/
audio_hw_legacy.c 217 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, function
436 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;
audio_hw.c 669 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, function
    [all...]
  /device/linaro/poplar/audio/
audio_hw.c 324 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, function
328 ALOGV("out_get_next_write_timestamp: %ld", (long int)(*timestamp));
458 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;
  /device/generic/car/emulator/audio/driver/
audio_hw.c 483 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, function
992 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 503 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, function
507 ALOGV("out_get_next_write_timestamp: %ld", (long int)(*timestamp));
637 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 672 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, function
    [all...]

Completed in 57 milliseconds