OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OMXClient
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/stagefright/
OMXClient.h
25
class
OMXClient
{
27
OMXClient
();
39
OMXClient
(const
OMXClient
&);
40
OMXClient
&operator=(const
OMXClient
&);
/frameworks/av/media/libstagefright/
OMXClient.cpp
18
#define LOG_TAG "
OMXClient
"
24
#include <media/stagefright/
OMXClient
.h>
372
OMXClient
::
OMXClient
() {
375
status_t
OMXClient
::connect() {
393
void
OMXClient
::disconnect() {
Completed in 36 milliseconds