OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SoundPoolThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/jni/soundpool/
SoundPoolThread.cpp
18
#define LOG_TAG "
SoundPoolThread
"
21
#include "
SoundPoolThread
.h"
25
void
SoundPoolThread
::write(SoundPoolMsg msg) {
38
const SoundPoolMsg
SoundPoolThread
::read() {
49
void
SoundPoolThread
::quit() {
61
SoundPoolThread
::
SoundPoolThread
(SoundPool* soundPool) :
65
if (createThreadEtc(beginThread, this, "
SoundPoolThread
")) {
70
SoundPoolThread
::~
SoundPoolThread
()
[
all
...]