Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPortUtils.java36 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()
DUiccSlot.java300 public boolean isValidPortIndex(int portIndex) { in isValidPortIndex()
327 public int getPhoneIdFromPortIndex(int portIndex) { in getPhoneIdFromPortIndex()
347 private boolean absentStateUpdateNeeded(CardState oldState, int portIndex) { in absentStateUpdateNeeded()
352 private void updateCardStateAbsent(int radioState, int phoneId, int portIndex) { in updateCardStateAbsent()
382 private void disposeUiccCardIfNeeded(boolean isStateUnknown, int portIndex) { in disposeUiccCardIfNeeded()
645 int portIndex = getPortIndexFromPhoneId(phoneId); in onRadioStateUnavailable() local
DUiccCard.java91 public void disposePort(int portIndex) { in disposePort()
/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/codec2/sfplugin/
DC2OMXNode.cpp159 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/
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.cpp223 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> &params, in useBuffer_l()
1420 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.java535 int portIndex = switchAfterDownload ? TelephonyManager.INVALID_PORT_INDEX in downloadSubscription() local
621 void downloadSubscription(int cardId, int portIndex, DownloadableSubscription subscription, in downloadSubscription()
723 PendingIntent callbackIntent, boolean withUserConsent, int portIndex) { in DownloadSubscriptionGetMetadataCommandCallback()
794 void downloadSubscriptionPrivilegedCheckMetadata(int cardId, int portIndex, in downloadSubscriptionPrivilegedCheckMetadata()
808 void downloadSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in downloadSubscriptionPrivileged()
827 void downloadSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in downloadSubscriptionPrivileged()
1148 public void switchToSubscriptionWithPort(int cardId, int subscriptionId, int portIndex, in switchToSubscriptionWithPort()
1154 void switchToSubscription(int cardId, int subscriptionId, int portIndex, in switchToSubscription()
1488 void switchToSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in switchToSubscriptionPrivileged()
1500 void switchToSubscriptionPrivileged(int cardId, int portIndex, final long callingToken, in switchToSubscriptionPrivileged()
[all …]
DEuiccCardController.java259 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()
DEuiccConnector.java474 public void getDownloadableSubscriptionMetadata(int cardId, int portIndex, in getDownloadableSubscriptionMetadata()
489 public void downloadSubscription(int cardId, int portIndex, in downloadSubscription()
533 public void switchToSubscription(int cardId, int portIndex, @Nullable String iccid, in switchToSubscription()
921 final int portIndex = message.arg2; in processMessage() local
/frameworks/base/telephony/java/android/service/euicc/
DIEuiccService.aidl39 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()
DEuiccService.java535 int slotId, int portIndex, @NonNull DownloadableSubscription subscription, in onGetDownloadableSubscriptionMetadata()
610 public DownloadSubscriptionResult onDownloadSubscription(int slotIndex, int portIndex, in onDownloadSubscription()
708 public @Result int onSwitchToSubscriptionWithPort(int slotId, int portIndex, in onSwitchToSubscriptionWithPort()
820 public void downloadSubscription(int slotId, int portIndex, in downloadSubscription()
928 public void getDownloadableSubscriptionMetadata(int slotId, int portIndex, in getDownloadableSubscriptionMetadata()
1028 public void switchToSubscription(int slotId, int portIndex, String iccid, in switchToSubscription()
/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/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DIccLogicalChannelRequestTest.java119 int portIndex, String callingPackage, String aid, int p2, int channel, IBinder binder) { in createIccLogicalChannelRequest()
/frameworks/av/media/libstagefright/
DACodec.cpp875 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 …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DSimBouncerInteractorTest.kt184 val portIndex = 1 in disableEsim() constant
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java257 public void requestEnabledProfileForPort(@NonNull String cardId, int portIndex, in requestEnabledProfileForPort()
262 portIndex, in requestEnabledProfileForPort() local
366 public void switchToProfile(@Nullable String cardId, @Nullable String iccid, int portIndex, in switchToProfile()
371 portIndex, refresh, new ISwitchToProfileCallback.Stub() { in switchToProfile() local
DEuiccManager.java1416 public void switchToSubscription(int subscriptionId, int portIndex, in switchToSubscription()
1765 public boolean isSimPortAvailable(int portIndex) { in isSimPortAvailable()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp187 OMX_U32 portIndex, OMX_PARAM_PORTDEFINITIONTYPE *def) { in getPortDefinition()
207 OMX_U32 portIndex, Vector<Buffer> *buffers) { in allocatePortBuffers()

12