OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALooperRoster
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ALooperRoster.h
27
struct
ALooperRoster
{
28
ALooperRoster
();
48
DISALLOW_EVIL_CONSTRUCTORS(
ALooperRoster
);
/frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp
18
#define LOG_TAG "
ALooperRoster
"
22
#include "
ALooperRoster
.h"
32
ALooperRoster
::
ALooperRoster
()
36
ALooper::handler_id
ALooperRoster
::registerHandler(
56
void
ALooperRoster
::unregisterHandler(ALooper::handler_id handlerID) {
76
void
ALooperRoster
::unregisterStaleHandlers() {
115
void
ALooperRoster
::dump(int fd, const Vector<String16>& args) {
Completed in 63 milliseconds