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

  /device/generic/car/emulator/audio/driver/
audio_hw.h 81 struct timespec standby_exit_time; // Protected by this->lock member in struct:generic_stream_in
audio_hw.c 699 const int64_t first_us = (in->standby_exit_time.tv_sec * 1000000000LL +
700 in->standby_exit_time.tv_nsec) / 1000;
829 in->standby_exit_time = current_time;
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 207 struct timespec standby_exit_time;// Protected by this->lock member in struct:generic_stream_in
909 const int64_t first_us = (in->standby_exit_time.tv_sec * 1000000000LL +
910 in->standby_exit_time.tv_nsec) / 1000;
    [all...]

Completed in 68 milliseconds