OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MmapThreadHandle
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
AudioFlinger.h
633
// Mmap stream control interface implementation. Each
MmapThreadHandle
controls one
635
class
MmapThreadHandle
: public MmapStreamInterface {
637
explicit
MmapThreadHandle
(const sp<MmapThread>& thread);
638
virtual ~
MmapThreadHandle
();
[
all
...]
Threads.cpp
[
all
...]
AudioFlinger.cpp
334
interface = new
MmapThreadHandle
(thread);
[
all
...]
Completed in 429 milliseconds