OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onPortEnableCompleted
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h
43
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SoftAAC2.cpp
612
void SoftAAC2::
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled) {
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h
42
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SoftAMR.cpp
434
void SoftAMR::
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled) {
/frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h
44
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SoftMP3.cpp
335
void SoftMP3::
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled) {
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h
45
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SoftVorbis.cpp
431
void SoftVorbis::
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled) {
/frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h
48
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SimpleSoftOMXComponent.h
73
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
/frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp
606
onPortEnableCompleted
(i, false /* enabled */);
616
onPortEnableCompleted
(i, true /* enabled */);
637
void SimpleSoftOMXComponent::
onPortEnableCompleted
(
SoftVideoDecoderOMXComponent.cpp
264
void SoftVideoDecoderOMXComponent::
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled) {
Completed in 109 milliseconds