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

  /external/perfetto/src/traced/probes/
process_stats_data_source.h 55 void WriteThread(int32_t tid, int32_t tgid, const std::string& proc_status);
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 108 milliseconds