/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | PortUtils.java | 36 int portIndex) { in convertToHalPortIndex() 50 public static int convertToHalPortIndex(int slotIndex, int portIndex) { in convertToHalPortIndex() 64 public static int convertFromHalPortIndex(int slotIndex, int portIndex, in convertFromHalPortIndex()
|
D | UiccSlot.java | 299 public boolean isValidPortIndex(int portIndex) { in isValidPortIndex() 326 public int getPhoneIdFromPortIndex(int portIndex) { in getPhoneIdFromPortIndex() 346 private boolean absentStateUpdateNeeded(CardState oldState, int portIndex) { in absentStateUpdateNeeded() 351 private void updateCardStateAbsent(int radioState, int phoneId, int portIndex) { in updateCardStateAbsent() 381 private void disposeUiccCardIfNeeded(boolean isStateUnknown, int portIndex) { in disposeUiccCardIfNeeded() 635 int portIndex = getPortIndexFromPhoneId(phoneId); in onRadioStateUnavailable() local
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WOmxNode.cpp | 101 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/libmedia/omx/1.0/ |
D | WOmxNode.cpp | 98 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/codec2/sfplugin/ |
D | C2OMXNode.cpp | 159 status_t C2OMXNode::setPortMode(OMX_U32 portIndex, IOMX::PortMode mode) { in setPortMode() 166 OMX_U32 portIndex, OMX_BOOL enable, in prepareForAdaptivePlayback() 176 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() 185 status_t C2OMXNode::getGraphicBufferUsage(OMX_U32 portIndex, OMX_U32* usage) { in getGraphicBufferUsage() 196 OMX_U32 portIndex, size_t size, buffer_id *buffer, in allocateSecureBuffer() 207 OMX_U32 portIndex, const OMXBuffer &omxBuf, buffer_id *buffer) { in useBuffer() 214 status_t C2OMXNode::freeBuffer(OMX_U32 portIndex, buffer_id buffer) { in freeBuffer()
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 79 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()
|
D | OMXNodeInstance.cpp | 223 static inline const char *portString(OMX_U32 portIndex) { in portString() 823 status_t OMXNodeInstance::setPortMode(OMX_U32 portIndex, IOMX::PortMode mode) { in setPortMode() 950 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable) { in enableNativeBuffers_l() 1008 OMX_U32 portIndex, OMX_U32* usage) { in getGraphicBufferUsage() 1041 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers_l() 1123 OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, in prepareForAdaptivePlayback() 1167 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, in configureVideoTunnelMode() 1217 OMX_U32 portIndex, const OMXBuffer &omxBuffer, IOMX::buffer_id *buffer) { in useBuffer() 1288 OMX_U32 portIndex, const sp<IMemory> ¶ms, in useBuffer_l() 1420 OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, in useGraphicBuffer2_l() [all …]
|
D | SoftOMXComponent.cpp | 186 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/ |
D | EuiccOperation.java | 312 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()
|
D | EuiccController.java | 534 int portIndex = switchAfterDownload ? TelephonyManager.INVALID_PORT_INDEX in downloadSubscription() local 620 void downloadSubscription(int cardId, int portIndex, DownloadableSubscription subscription, in downloadSubscription() 725 PendingIntent callbackIntent, boolean withUserConsent, int portIndex) { in DownloadSubscriptionGetMetadataCommandCallback() 796 void downloadSubscriptionPrivilegedCheckMetadata(int cardId, int portIndex, in downloadSubscriptionPrivilegedCheckMetadata() 810 void downloadSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in downloadSubscriptionPrivileged() 829 void downloadSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in downloadSubscriptionPrivileged() 1145 public void switchToSubscriptionWithPort(int cardId, int subscriptionId, int portIndex, in switchToSubscriptionWithPort() 1151 void switchToSubscription(int cardId, int subscriptionId, int portIndex, in switchToSubscription() 1485 void switchToSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in switchToSubscriptionPrivileged() 1497 void switchToSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in switchToSubscriptionPrivileged() [all …]
|
D | EuiccCardController.java | 259 int portIndex = slot.getPortIndexFromIccId(iccid); in getEuiccPortFromIccId() local 280 private EuiccPort getEuiccPort(String cardId, int portIndex) { in getEuiccPort() 402 public void getEnabledProfile(String callingPackage, String cardId, int portIndex, in getEnabledProfile() 538 public void switchToProfile(String callingPackage, String cardId, String iccid, int portIndex, in switchToProfile()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/ |
D | UiccInfoEntity.java | 32 boolean isActive, int portIndex) { in UiccInfoEntity() 76 public int portIndex; field in UiccInfoEntity
|
D | SubscriptionInfoEntity.java | 33 String countryIso, boolean isEmbedded, int cardId, int portIndex, in SubscriptionInfoEntity() 103 public int portIndex; field in SubscriptionInfoEntity
|
/frameworks/base/telephony/java/android/service/euicc/ |
D | IEuiccService.aidl | 39 void downloadSubscription(int slotId, int portIndex, in DownloadableSubscription subscription, in downloadSubscription() 43 int slotId, int portIndex, in DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata() 54 void switchToSubscription(int slotId, int portIndex, String iccid, boolean forceDeactivateSim, in switchToSubscription()
|
D | EuiccService.java | 524 int slotId, int portIndex, @NonNull DownloadableSubscription subscription, in onGetDownloadableSubscriptionMetadata() 599 public DownloadSubscriptionResult onDownloadSubscription(int slotIndex, int portIndex, in onDownloadSubscription() 697 public @Result int onSwitchToSubscriptionWithPort(int slotId, int portIndex, in onSwitchToSubscriptionWithPort() 809 public void downloadSubscription(int slotId, int portIndex, in downloadSubscription() 917 public void getDownloadableSubscriptionMetadata(int slotId, int portIndex, in getDownloadableSubscriptionMetadata() 1017 public void switchToSubscription(int slotId, int portIndex, String iccid, in switchToSubscription()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | SoftMP3.cpp | 452 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/ |
D | SoftFlacDecoder.cpp | 436 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/ |
D | SoftAMR.cpp | 535 void SoftAMR::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted() 546 void SoftAMR::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.cpp | 574 void SoftVorbis::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted() 611 void SoftVorbis::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
|
/frameworks/base/telephony/java/android/telephony/ |
D | UiccSlotMapping.java | 98 public UiccSlotMapping(int portIndex, int physicalSlotIndex, int logicalSlotIndex) { in UiccSlotMapping()
|
D | UiccPortInfo.java | 89 public UiccPortInfo(String iccId, int portIndex, int logicalSlotIndex, boolean isActive) { in UiccPortInfo()
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.cpp | 613 void SoftOpus::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted() 641 void SoftOpus::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
|
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IEuiccController.aidl | 46 oneway void switchToSubscriptionWithPort(int cardId, int subscriptionId, int portIndex, in switchToSubscriptionWithPort() 57 boolean isSimPortAvailable(int cardId, int portIndex, String callingPackage); in isSimPortAvailable()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | IccLogicalChannelRequestTest.java | 119 int portIndex, String callingPackage, String aid, int p2, int channel, IBinder binder) { in createIccLogicalChannelRequest()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 875 status_t ACodec::setPortMode(int32_t portIndex, IOMX::PortMode mode) { in setPortMode() 890 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort() 1427 void ACodec::dumpBuffers(OMX_U32 portIndex) { in dumpBuffers() 1656 status_t ACodec::freeBuffersOnPort(OMX_U32 portIndex) { in freeBuffersOnPort() 1696 status_t ACodec::freeBuffer(OMX_U32 portIndex, size_t i) { in freeBuffer() 1737 uint32_t portIndex, IOMX::buffer_id bufferID, ssize_t *index) { in findBufferByID() 2843 status_t ACodec::setMinBufferSize(OMX_U32 portIndex, size_t size) { in setMinBufferSize() 2884 OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE desiredFormat) { in selectAudioPortFormat() 3310 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels, AudioEncoding encoding) { in setupRawAudioFormat() 3405 OMX_U32 portIndex, in setVideoPortFormatType() [all …]
|