Searched defs:OMXClient (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DOMXClient.h25 class OMXClient { class in namespace:android
27 OMXClient();
43 OMXClient(const OMXClient &);
44 OMXClient &operator=(const OMXClient &);
/frameworks/av/media/libstagefright/foundation/include/
H A DOMXClient.h25 class OMXClient { class in namespace:android
27 OMXClient();
43 OMXClient(const OMXClient &);
44 OMXClient &operator=(const OMXClient &);
/frameworks/av/media/libstagefright/include/
H A DOMXClient.h25 class OMXClient { class in namespace:android
27 OMXClient();
43 OMXClient(const OMXClient &);
44 OMXClient &operator=(const OMXClient &);
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp18 #define LOG_TAG "OMXClient"
29 #include <media/stagefright/OMXClient.h>
37 OMXClient::OMXClient() { function in class:android::OMXClient
40 status_t OMXClient::connect() {
44 status_t OMXClient::connect(bool* trebleFlag) {
57 status_t OMXClient::connectLegacy() {
76 status_t OMXClient::connectTreble() {
92 void OMXClient::disconnect() {

Completed in 57 milliseconds