Searched defs:slotIndex (Results 1 - 10 of 10) sorted by relevance

/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/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp155 void FramebufferSurface::freeBufferLocked(int slotIndex) { argument
156 ConsumerBase::freeBufferLocked(slotIndex);
157 if (slotIndex == mCurrentBufferSlot) {
/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);
/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/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);
/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/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...]

Completed in 3484 milliseconds