Home
last modified time | relevance | path

Searched defs:portIndex (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/av/media/libmedia/omx/1.0/
DWOmxNode.cpp98 OMX_U32 portIndex, OMX_BOOL enable, in prepareForAdaptivePlayback()
105 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode()
122 OMX_U32 portIndex, OMX_U32* usage) { in getGraphicBufferUsage()
141 OMX_U32 portIndex, size_t size, buffer_id *buffer, in allocateSecureBuffer()
162 OMX_U32 portIndex, const OMXBuffer &omxBuffer, buffer_id *buffer) { in useBuffer()
179 OMX_U32 portIndex, buffer_id buffer) { in freeBuffer()
300 Return<Status> TWOmxNode::setPortMode(uint32_t portIndex, PortMode mode) { in setPortMode()
305 uint32_t portIndex, bool enable, in prepareForAdaptivePlayback()
315 uint32_t portIndex, bool tunneled, uint32_t audioHwSync, in configureVideoTunnelMode()
328 uint32_t portIndex, getGraphicBufferUsage_cb _hidl_cb) { in getGraphicBufferUsage()
[all …]
/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp101 OMX_U32 portIndex, OMX_BOOL enable, in prepareForAdaptivePlayback()
108 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode()
125 OMX_U32 portIndex, OMX_U32* usage) { in getGraphicBufferUsage()
144 OMX_U32 portIndex, size_t size, buffer_id *buffer, in allocateSecureBuffer()
165 OMX_U32 portIndex, const OMXBuffer &omxBuffer, buffer_id *buffer) { in useBuffer()
182 OMX_U32 portIndex, buffer_id buffer) { in freeBuffer()
303 Return<Status> TWOmxNode::setPortMode(uint32_t portIndex, PortMode mode) { in setPortMode()
308 uint32_t portIndex, bool enable, in prepareForAdaptivePlayback()
318 uint32_t portIndex, bool tunneled, uint32_t audioHwSync, in configureVideoTunnelMode()
331 uint32_t portIndex, getGraphicBufferUsage_cb _hidl_cb) { in getGraphicBufferUsage()
[all …]
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp79 OMX_U32 portIndex; in isSetParameterAllowed() local
242 OMX_U32 portIndex, in useBuffer()
300 OMX_U32 portIndex, in allocateBuffer()
322 OMX_U32 portIndex, in freeBuffer()
426 size_t portIndex = (kWhatEmptyThisBuffer == msgType)? in onMessageReceived() local
543 void SimpleSoftOMXComponent::onPortEnable(OMX_U32 portIndex, bool enable) { in onPortEnable()
585 OMX_U32 portIndex, bool sendFlushComplete) { in onPortFlush()
746 SimpleSoftOMXComponent::getPortQueue(OMX_U32 portIndex) { in getPortQueue()
752 OMX_U32 portIndex) { in editPortInfo()
DOMXNodeInstance.cpp208 static inline const char *portString(OMX_U32 portIndex) { in portString()
777 status_t OMXNodeInstance::setPortMode(OMX_U32 portIndex, IOMX::PortMode mode) { in setPortMode()
904 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable) { in enableNativeBuffers_l()
962 OMX_U32 portIndex, OMX_U32* usage) { in getGraphicBufferUsage()
995 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers_l()
1077 OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, in prepareForAdaptivePlayback()
1121 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, in configureVideoTunnelMode()
1171 OMX_U32 portIndex, const OMXBuffer &omxBuffer, IOMX::buffer_id *buffer) { in useBuffer()
1242 OMX_U32 portIndex, const sp<IMemory> &params, in useBuffer_l()
1374 OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, in useGraphicBuffer2_l()
[all …]
DSoftOMXComponent.cpp186 OMX_U32 portIndex, in UseBufferWrapper()
201 OMX_U32 portIndex, in AllocateBufferWrapper()
214 OMX_U32 portIndex, in FreeBufferWrapper()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java312 final int portIndex = resolutionExtras.getInt( in continueOperation() local
326 final int portIndex = resolutionExtras.getInt( in continueOperation() local
361 private void resolvedDownloadDeactivateSim(int cardId, int portIndex, boolean consent, in resolvedDownloadDeactivateSim()
414 int portIndex, boolean consent, PendingIntent callbackIntent) { in resolvedDownloadNoPrivilegesOrDeactivateSimCheckMetadata()
519 private void resolvedSwitchDeactivateSim(int cardId, int portIndex, boolean consent, in resolvedSwitchDeactivateSim()
539 private void resolvedSwitchNoPrivileges(int cardId, int portIndex, boolean consent, in resolvedSwitchNoPrivileges()
DEuiccController.java469 int portIndex = switchAfterDownload ? TelephonyManager.INVALID_PORT_INDEX in downloadSubscription() local
555 void downloadSubscription(int cardId, int portIndex, DownloadableSubscription subscription, in downloadSubscription()
638 PendingIntent callbackIntent, boolean withUserConsent, int portIndex) { in DownloadSubscriptionGetMetadataCommandCallback()
709 void downloadSubscriptionPrivilegedCheckMetadata(int cardId, int portIndex, in downloadSubscriptionPrivilegedCheckMetadata()
723 void downloadSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in downloadSubscriptionPrivileged()
1024 public void switchToSubscriptionWithPort(int cardId, int subscriptionId, int portIndex, in switchToSubscriptionWithPort()
1030 void switchToSubscription(int cardId, int subscriptionId, int portIndex, in switchToSubscription()
1357 void switchToSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in switchToSubscriptionPrivileged()
1369 void switchToSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in switchToSubscriptionPrivileged()
1606 EuiccOperation op, int cardId, int portIndex, boolean usePortIndex) { in addResolutionIntentWithPort()
[all …]
DEuiccCardController.java240 int portIndex = slot.getPortIndexFromIccId(iccid); in getEuiccPortFromIccId() local
261 private EuiccPort getEuiccPort(String cardId, int portIndex) { in getEuiccPort()
379 public void getEnabledProfile(String callingPackage, String cardId, int portIndex, in getEnabledProfile()
511 public void switchToProfile(String callingPackage, String cardId, String iccid, int portIndex, in switchToProfile()
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp314 status_t C2OMXNode::setPortMode(OMX_U32 portIndex, IOMX::PortMode mode) { in setPortMode()
321 OMX_U32 portIndex, OMX_BOOL enable, in prepareForAdaptivePlayback()
331 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode()
340 status_t C2OMXNode::getGraphicBufferUsage(OMX_U32 portIndex, OMX_U32* usage) { in getGraphicBufferUsage()
358 OMX_U32 portIndex, size_t size, buffer_id *buffer, in allocateSecureBuffer()
369 OMX_U32 portIndex, const OMXBuffer &omxBuf, buffer_id *buffer) { in useBuffer()
376 status_t C2OMXNode::freeBuffer(OMX_U32 portIndex, buffer_id buffer) { in freeBuffer()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp452 void SoftMP3::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
464 void SoftMP3::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.cpp436 void SoftFlacDecoder::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
460 void SoftFlacDecoder::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp535 void SoftAMR::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
546 void SoftAMR::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/base/telephony/java/android/service/euicc/
DIEuiccService.aidl38 void downloadSubscription(int slotId, int portIndex, in DownloadableSubscription subscription, in downloadSubscription()
51 void switchToSubscription(int slotId, int portIndex, String iccid, boolean forceDeactivateSim, in switchToSubscription()
DEuiccService.java560 public DownloadSubscriptionResult onDownloadSubscription(int slotIndex, int portIndex, in onDownloadSubscription()
658 public @Result int onSwitchToSubscriptionWithPort(int slotId, int portIndex, in onSwitchToSubscriptionWithPort()
737 public void downloadSubscription(int slotId, int portIndex, in downloadSubscription()
902 public void switchToSubscription(int slotId, int portIndex, String iccid, in switchToSubscription()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccSlot.java261 public boolean isValidPortIndex(int portIndex) { in isValidPortIndex()
288 public int getPhoneIdFromPortIndex(int portIndex) { in getPhoneIdFromPortIndex()
315 private void updateCardStateAbsent(int radioState, int phoneId, int portIndex) { in updateCardStateAbsent()
/frameworks/base/telephony/java/android/telephony/
DUiccSlotMapping.java98 public UiccSlotMapping(int portIndex, int physicalSlotIndex, int logicalSlotIndex) { in UiccSlotMapping()
DUiccPortInfo.java89 public UiccPortInfo(String iccId, int portIndex, int logicalSlotIndex, boolean isActive) { in UiccPortInfo()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp574 void SoftVorbis::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
611 void SoftVorbis::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccController.aidl46 oneway void switchToSubscriptionWithPort(int cardId, int subscriptionId, int portIndex, in switchToSubscriptionWithPort()
57 boolean isSimPortAvailable(int cardId, int portIndex, String callingPackage); in isSimPortAvailable()
DIEuiccCardController.aidl48 oneway void getEnabledProfile(String callingPackage, String cardId, int portIndex, in getEnabledProfile()
52 oneway void switchToProfile(String callingPackage, String cardId, String iccid, int portIndex, in switchToProfile()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp613 void SoftOpus::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
641 void SoftOpus::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DIccLogicalChannelRequestTest.java118 int portIndex, String callingPackage, String aid, int p2, int channel, IBinder binder) { in createIccLogicalChannelRequest()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp433 void SoftAVC::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
472 void SoftAVC::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
/frameworks/av/media/libstagefright/
DACodec.cpp856 status_t ACodec::setPortMode(int32_t portIndex, IOMX::PortMode mode) { in setPortMode()
871 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort()
1407 void ACodec::dumpBuffers(OMX_U32 portIndex) { in dumpBuffers()
1587 status_t ACodec::freeBuffersOnPort(OMX_U32 portIndex) { in freeBuffersOnPort()
1628 status_t ACodec::freeBuffer(OMX_U32 portIndex, size_t i) { in freeBuffer()
1674 uint32_t portIndex, IOMX::buffer_id bufferID, ssize_t *index) { in findBufferByID()
2780 status_t ACodec::setMinBufferSize(OMX_U32 portIndex, size_t size) { in setMinBufferSize()
2821 OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE desiredFormat) { in selectAudioPortFormat()
3247 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels, AudioEncoding encoding) { in setupRawAudioFormat()
3342 OMX_U32 portIndex, in setVideoPortFormatType()
[all …]
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp430 void SoftHEVC::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
470 void SoftHEVC::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()

12