Searched refs:slotIndex (Results 1 – 11 of 11) sorted by relevance
354 size_t slotIndex; in SessionGet() local361 slotIndex = handle & HR_HANDLE_MASK; in SessionGet()363 pAssert(slotIndex < MAX_ACTIVE_SESSIONS); in SessionGet()367 sessionIndex = gr.contextArray[slotIndex] - 1; in SessionGet()462 CONTEXT_SLOT slotIndex; in SessionCreate() local474 for(slotIndex = 0; slotIndex < MAX_LOADED_SESSIONS; slotIndex++) in SessionCreate()477 if(s_sessions[slotIndex].occupied == FALSE) in SessionCreate()479 session = &s_sessions[slotIndex].session; in SessionCreate()484 if(slotIndex >= MAX_LOADED_SESSIONS) in SessionCreate()489 result = ContextIdSessionCreate(sessionHandle, slotIndex); in SessionCreate()[all …]
125 UINT32 slotIndex = handle - TRANSIENT_FIRST; in IsObjectPresent() local130 if(slotIndex >= MAX_LOADED_OBJECTS) in IsObjectPresent()133 return (s_objects[slotIndex].attributes.occupied == TRUE); in IsObjectPresent()
282 public void setSimState(int slotIndex, int state) { in setSimState() argument283 simStates.put(slotIndex, state); in setSimState()287 protected int getSimState(int slotIndex) { in getSimState() argument288 return simStates.get(slotIndex, TelephonyManager.SIM_STATE_UNKNOWN); in getSimState()
126 protected SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex) { in getActiveSubscriptionInfoForSimSlotIndex() argument131 if (info.getSimSlotIndex() == slotIndex) { in getActiveSubscriptionInfoForSimSlotIndex()
326 for (unsigned slotIndex = 0, in mangleObjCMethodName() local329 slotIndex != slotEnd; ++slotIndex) { in mangleObjCMethodName()330 if (auto name = selector.getIdentifierInfoForSlot(slotIndex)) in mangleObjCMethodName()
160 int8_t slotIndex; member521 int8_t slotIndex; member
65311 : slotIndex( slotIndex_ )65339 slotIndex = slotIndex_; in setSlotIndex()65365 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( slotIndex == rhs.slotIndex ) && in operator ==()65378 int8_t slotIndex = {}; member67756 : slotIndex( slotIndex_ )67785 slotIndex = slotIndex_; in setSlotIndex()67811 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( slotIndex == rhs.slotIndex ) && in operator ==()67824 int8_t slotIndex = {}; member
881 …deUint8 RefPicSetStCurrBefore[8]; // slotIndex as used in VkVideoRe…882 … //pReferenceSlots in VkVideoDecodeInfoKHR, 0xff for invalid slotIndex883 …deUint8 RefPicSetStCurrAfter[8]; // slotIndex as used in VkVideoRe…884 … //pReferenceSlots in VkVideoDecodeInfoKHR, 0xff for invalid slotIndex885 …deUint8 RefPicSetLtCurr[8]; // slotIndex as used in VkVideoRe…886 … //pReferenceSlots in VkVideoDecodeInfoKHR, 0xff for invalid slotIndex
5471 deInt8 slotIndex; member5878 deInt8 slotIndex; member
11577 s << "\tslotIndex = " << value.slotIndex << '\n';12086 s << "\tslotIndex = " << value.slotIndex << '\n';