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

/frameworks/av/include/media/stagefright/
H A DOMXClient.h25 class OMXClient { class in namespace:android
27 OMXClient();
44 OMXClient(const OMXClient &) = delete;
45 OMXClient &operator=(const OMXClient &) = delete;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DOMXClient.h25 class OMXClient { class in namespace:android
27 OMXClient();
44 OMXClient(const OMXClient &) = delete;
45 OMXClient &operator=(const OMXClient &) = delete;
/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::connect(const char* name, bool* trebleFlag) {
70 status_t OMXClient::connectLegacy() {
89 status_t OMXClient::connectTreble(const char* name) {
108 void OMXClient
[all...]

Completed in 1607 milliseconds