Searched refs:getOMX (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/services/mediacodec/
H A DMediaCodecService.cpp25 sp<IOMX> MediaCodecService::getOMX() { function in class:android::MediaCodecService
H A DMediaCodecService.h36 virtual sp<IOMX> getOMX();
/frameworks/av/include/media/
H A DIMediaCodecService.h33 virtual sp<IOMX> getOMX() = 0;
H A DIMediaPlayerService.h52 virtual sp<IOMX> getOMX() = 0;
/frameworks/av/media/libmedia/include/media/
H A DIMediaCodecService.h33 virtual sp<IOMX> getOMX() = 0;
H A DIMediaPlayerService.h52 virtual sp<IOMX> getOMX() = 0;
/frameworks/av/media/libmedia/
H A DIMediaCodecService.cpp41 virtual sp<IOMX> getOMX() { function in class:android::BpMediaCodecService
61 sp<IOMX> omx = getOMX();
H A DIMediaPlayerService.cpp86 virtual sp<IOMX> getOMX() { function in class:android::BpMediaPlayerService
166 sp<IOMX> omx = getOMX();
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp67 mOMX = codecservice->getOMX();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h231 virtual sp<IOMX> getOMX();
H A DMediaPlayerService.cpp337 sp<IOMX> MediaPlayerService::getOMX() { function in class:android::MediaPlayerService
338 ALOGI("MediaPlayerService::getOMX");
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp925 omx = service->getOMX();
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp93 mOMX = service->getOMX();

Completed in 196 milliseconds