OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mThreadIoHandle
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audioflinger/
FastMixer.h
110
const audio_io_handle_t
mThreadIoHandle
; // parent thread id for debugging purposes
Tracks.cpp
103
mThreadIoHandle
(thread ? thread->id() : AUDIO_IO_HANDLE_NONE),
585
mTee.setId(std::string("_") + std::to_string(
mThreadIoHandle
)
[
all
...]
FastMixer.cpp
71
mThreadIoHandle
(parentIoHandle)
73
(void)
mThreadIoHandle
; // prevent unused warning, see C++17 [[maybe_unused]]
303
mTee.setId(std::string("_") + std::to_string(
mThreadIoHandle
) + "_F");
TrackBase.h
308
audio_io_handle_t
mThreadIoHandle
; // I/O handle of the thread the track is attached to
Completed in 371 milliseconds