Searched refs:numActiveSlots (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | SimSlotState.java | 33 public final int numActiveSlots; field in SimSlotState 41 int numActiveSlots = 0; in getCurrentState() local 51 numActiveSlots++; in getCurrentState() 81 numActiveSlots, in getCurrentState() 89 int numActiveSlots, in SimSlotState() argument 94 this.numActiveSlots = numActiveSlots; in SimSlotState()
|
D | MetricsCollector.java | 454 state.numActiveSlots, in pullSimSlotState()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | SimSlotStateTest.java | 99 assertEquals(0, state.numActiveSlots); in testEmptySlots() 115 assertEquals(0, state.numActiveSlots); in testSingleSim_nullSlot() 131 assertEquals(0, state.numActiveSlots); in testSingleSim_inactiveSlot() 147 assertEquals(1, state.numActiveSlots); in testSingleSim_noSimCard() 164 assertEquals(1, state.numActiveSlots); in testSingleSim_physicalSimCard() 181 assertEquals(1, state.numActiveSlots); in testSingleSim_physicalSimCardInErrorState() 199 assertEquals(1, state.numActiveSlots); in testSingleSim_physicalSimCardInRestrictedState() 216 assertEquals(1, state.numActiveSlots); in testSingleSim_esimCardWithNullCard() 233 assertEquals(1, state.numActiveSlots); in testSingleSim_esimCardWithoutProfile() 250 assertEquals(1, state.numActiveSlots); in testSingleSim_esimCardWithProfile() [all …]
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBuffers.h | 80 virtual size_t numActiveSlots() const = 0; 617 size_t numActiveSlots() const; 737 size_t numActiveSlots() const; 797 size_t numActiveSlots() const final; 828 size_t numActiveSlots() const final; 858 size_t numActiveSlots() const final; 926 size_t numActiveSlots() const final; 956 size_t numActiveSlots() const final; 1002 size_t numActiveSlots() const final { in numActiveSlots() function 1056 size_t numActiveSlots() const final; [all …]
|
D | CCodecBuffers.cpp | 733 size_t FlexBuffersImpl::numActiveSlots() const { in numActiveSlots() function in android::FlexBuffersImpl 884 size_t BuffersArrayImpl::numActiveSlots() const { in numActiveSlots() function in android::BuffersArrayImpl 938 size_t InputBuffersArray::numActiveSlots() const { in numActiveSlots() function in android::InputBuffersArray 939 return mImpl.numActiveSlots(); in numActiveSlots() 976 size_t SlotInputBuffers::numActiveSlots() const { in numActiveSlots() function in android::SlotInputBuffers 977 return mImpl.numActiveSlots(); in numActiveSlots() 1028 size_t LinearInputBuffers::numActiveSlots() const { in numActiveSlots() function in android::LinearInputBuffers 1029 return mImpl.numActiveSlots(); in numActiveSlots() 1210 size_t GraphicMetadataInputBuffers::numActiveSlots() const { in numActiveSlots() function in android::GraphicMetadataInputBuffers 1211 return mImpl.numActiveSlots(); in numActiveSlots() [all …]
|
D | CCodecBufferChannel.cpp | 1068 (!output->bounded && output->buffers->numActiveSlots() >= output->numSlots)) { in feedInputBufferIfAvailableInternal() 1076 size_t numActiveSlots = 0; in feedInputBufferIfAvailableInternal() local 1082 numActiveSlots = input->buffers->numActiveSlots(); in feedInputBufferIfAvailableInternal() 1083 if (numActiveSlots >= input->numSlots) { in feedInputBufferIfAvailableInternal() 1094 ALOGV("[%s] # active slots after feedInputBufferIfAvailable = %zu", mName, numActiveSlots); in feedInputBufferIfAvailableInternal()
|