HomeSort by relevance Sort by last modified time
    Searched full:last_write_time (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
android_audio_hw.c 81 uint64_t last_write_time; member in struct:astream_out
334 out->last_write_time = system_time();
361 elapsed_us = (now - out->last_write_time) / 1000UL;
366 out->last_write_time = now;
  /external/llvm/include/llvm/Support/
FileSystem.h 356 error_code last_write_time(const Twine &path, std::time_t &result);

Completed in 105 milliseconds