Searched refs:slotIndex (Results 1 - 21 of 21) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DSubscriptionControllerMock.java119 public SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, String cp){ argument
143 public int addSubInfoRecord(String iccId, int slotIndex) { argument
147 public boolean setPlmnSpn(int slotIndex, boolean showPlmn, String plmn, boolean showSpn, argument
180 private boolean isInvalidslotIndex(int slotIndex) { argument
181 if (slotIndex < 0 || slotIndex >= mSlotIndexToSubId.length) return true;
186 public int[] getSubId(int slotIndex) { argument
187 if (isInvalidslotIndex(slotIndex)) {
190 return mSlotIndexToSubId[slotIndex];
192 public void setSlotSubId(int slotIndex, in argument
265 getSimStateForSlotIndex(int slotIndex) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISub.aidl54 * Get the active SubscriptionInfo associated with the slotIndex
55 * @param slotIndex the slot which the subscription is inserted
59 SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, String callingPackage);
113 * @param slotIndex the slot which the SIM is inserted
116 int addSubInfoRecord(String iccId, int slotIndex);
161 int[] getSubId(int slotIndex);
197 int getSimStateForSlotIndex(int slotIndex);
H A DITelephony.aidl400 int getCallStateForSlot(int slotIndex);
416 * @param slotIndex - slot to query.
418 int getActivePhoneTypeForSlot(int slotIndex);
588 * @param slotIndex user preferred slotIndex.
591 boolean hasIccCardUsingSlotIndex(int slotIndex);
1199 * @param slotIndex - device slot.
1204 String getImeiForSlot(int slotIndex, String callingPackage);
1209 * @param slotIndex - device slot.
1214 String getMeidForSlot(int slotIndex, Strin
[all...]
/frameworks/native/libs/gui/
H A DBufferItemConsumer.cpp108 void BufferItemConsumer::freeBufferLocked(int slotIndex) { argument
110 if (listener != NULL && mSlots[slotIndex].mGraphicBuffer != NULL) {
113 listener->onBufferFreed(mSlots[slotIndex].mGraphicBuffer);
115 ConsumerBase::freeBufferLocked(slotIndex);
H A DConsumerBase.cpp97 void ConsumerBase::freeBufferLocked(int slotIndex) { argument
98 CB_LOGV("freeBufferLocked: slotIndex=%d", slotIndex);
99 mSlots[slotIndex].mGraphicBuffer = 0;
100 mSlots[slotIndex].mFence = Fence::NO_FENCE;
101 mSlots[slotIndex].mFrameNumber = 0;
H A DGLConsumer.cpp1032 void GLConsumer::freeBufferLocked(int slotIndex) { argument
1033 GLC_LOGV("freeBufferLocked: slotIndex=%d", slotIndex);
1034 if (slotIndex == mCurrentTexture) {
1037 mEglSlots[slotIndex].mEglImage.clear();
1038 ConsumerBase::freeBufferLocked(slotIndex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java73 * Any setters which take subId, slotIndex or phoneId as a parameter will throw an exception if the
509 * Get the active SubscriptionInfo associated with the slotIndex
510 * @param slotIndex the slot which the subscription is inserted
515 public SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, argument
517 Phone phone = PhoneFactory.getPhone(slotIndex);
520 loge("[getActiveSubscriptionInfoForSimSlotIndex] no phone, slotIndex=" + slotIndex);
537 if (si.getSimSlotIndex() == slotIndex) {
539 logd("[getActiveSubscriptionInfoForSimSlotIndex]+ slotIndex="
540 + slotIndex
897 addSubInfoRecord(String iccId, int slotIndex) argument
1080 insertEmptySubInfoRecord(String iccId, int slotIndex) argument
1117 setPlmnSpn(int slotIndex, boolean showPlmn, String plmn, boolean showSpn, String spn) argument
1441 getSubId(int slotIndex) argument
1539 getDummySubIds(int slotIndex) argument
1881 getSubInfoUsingSlotIndexPrivileged(int slotIndex, boolean needCheck) argument
1972 getSimStateForSlotIndex(int slotIndex) argument
[all...]
/frameworks/native/include/gui/
H A DBufferItemConsumer.h89 void freeBufferLocked(int slotIndex) override;
H A DConsumerBase.h156 virtual void freeBufferLocked(int slotIndex);
H A DGLConsumer.h352 virtual void freeBufferLocked(int slotIndex);
/frameworks/native/libs/gui/include/gui/
H A DBufferItemConsumer.h89 void freeBufferLocked(int slotIndex) override;
H A DConsumerBase.h156 virtual void freeBufferLocked(int slotIndex);
H A DGLConsumer.h352 virtual void freeBufferLocked(int slotIndex);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp155 void FramebufferSurface::freeBufferLocked(int slotIndex) { argument
156 ConsumerBase::freeBufferLocked(slotIndex);
157 if (slotIndex == mCurrentBufferSlot) {
H A DFramebufferSurface.h56 virtual void freeBufferLocked(int slotIndex);
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java724 * Get the active SubscriptionInfo associated with the slotIndex
730 * @param slotIndex the slot which the subscription is inserted
735 public SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex) { argument
736 if (VDBG) logd("[getActiveSubscriptionInfoForSimSlotIndex]+ slotIndex=" + slotIndex);
737 if (!isValidSlotIndex(slotIndex)) {
738 logd("[getActiveSubscriptionInfoForSimSlotIndex]- invalid slotIndex");
747 result = iSub.getActiveSubscriptionInfoForSimSlotIndex(slotIndex,
1001 * @param slotIndex the slot which the SIM is inserted
1005 public Uri addSubscriptionInfoRecord(String iccId, int slotIndex) { argument
1190 getSubId(int slotIndex) argument
1487 isValidSlotIndex(int slotIndex) argument
1577 getSimStateForSlotIndex(int slotIndex) argument
[all...]
H A DTelephonyManager.java1189 * @param slotIndex of which deviceID is returned
1193 public String getDeviceSoftwareVersion(int slotIndex) { argument
1198 return telephony.getDeviceSoftwareVersionForSlot(slotIndex, getOpPackageName());
1239 * @param slotIndex of which deviceID is returned
1247 public String getDeviceId(int slotIndex) { argument
1248 // FIXME this assumes phoneId == slotIndex
1253 return info.getDeviceIdForPhone(slotIndex, mContext.getOpPackageName());
1281 * @param slotIndex of which IMEI is returned
1285 public String getImei(int slotIndex) { argument
1290 return telephony.getImeiForSlot(slotIndex, getOpPackageNam
1320 getMeid(int slotIndex) argument
1351 getNai(int slotIndex) argument
1548 getCurrentPhoneTypeForSlot(int slotIndex) argument
2407 hasIccCard(int slotIndex) argument
2539 getSimState(int slotIndex) argument
4065 getCallStateForSlot(int slotIndex) argument
5360 getImsMmTelFeatureAndListen(int slotIndex, IImsServiceFeatureCallback callback) argument
5386 getImsRcsFeatureAndListen(int slotIndex, IImsServiceFeatureCallback callback) argument
5407 getImsRegistration(int slotIndex, int feature) argument
5426 getImsConfig(int slotIndex, int feature) argument
6881 setSimPowerStateForSlot(int slotIndex, int state) argument
7584 setAllowedCarriers(int slotIndex, List<CarrierIdentifier> carriers) argument
7611 getAllowedCarriers(int slotIndex) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconList.java80 public int getViewIndex(int slotIndex, int tag) { argument
82 for (int i = 0; i < slotIndex; i++) {
89 Slot viewItem = mSlots.get(slotIndex);
H A DStatusBarIconControllerImpl.java201 int slotIndex = getSlotIndex(slot);
207 setIcon(slotIndex, holder);
210 handleSet(slotIndex, holder);
283 int slotIndex = getSlotIndex(slotName);
286 int viewIndex = getViewIndex(slotIndex, holder.getTag());
/frameworks/native/services/surfaceflinger/
H A DBufferLayerConsumer.cpp547 void BufferLayerConsumer::freeBufferLocked(int slotIndex) { argument
548 BLC_LOGV("freeBufferLocked: slotIndex=%d", slotIndex);
549 if (slotIndex == mCurrentTexture) {
552 mImages[slotIndex].clear();
553 ConsumerBase::freeBufferLocked(slotIndex);
H A DBufferLayerConsumer.h263 virtual void freeBufferLocked(int slotIndex);

Completed in 4573 milliseconds