Home
last modified time | relevance | path

Searched refs:getTid (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/audio/
Dstream_in.cpp94 std::future<pthread_t> getTid() { in getTid() function
413 {.pid = getpid(), .tid = t->getTid().get()}); in prepareForReading()
Dstream_out.cpp96 std::future<pthread_t> getTid() { in getTid() function
426 {.pid = getpid(), .tid = t->getTid().get()}); in prepareForWriting()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp291 if (sched_setscheduler(getTid(), SCHED_FIFO | SCHED_RESET_ON_FORK, &param) != 0) { in enableSchedFifoMode()