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

  /external/perfetto/src/traced/probes/
process_stats_data_source.cc 134 WriteThread(pid, tgid, proc_status);
157 void ProcessStatsDataSource::WriteThread(int32_t tid,
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamOut.impl.h 38 class WriteThread : public Thread {
40 // WriteThread's lifespan never exceeds StreamOut's lifespan.
41 WriteThread(std::atomic<bool>* stop, audio_stream_out_t* stream,
56 virtual ~WriteThread() {}
75 void WriteThread::doWrite() {
89 void WriteThread::doGetPresentationPosition() {
95 void WriteThread::doGetLatency() {
100 bool WriteThread::threadLoop() {
374 std::make_unique<WriteThread>(&mStopWriteThread, mStream, tempCommandMQ.get(),
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 747 WriteThread(const CrashedProcess::Thread& thread, int fatal_signal) {
    [all...]

Completed in 293 milliseconds