Searched refs:itemsLength (Results 1 – 8 of 8) sorted by relevance
55 const SLAndroidBufferItem *pItems, SLuint32 itemsLength, in setItems() argument75 while (itemsLength > 0) { in setItems()78 if (itemsLength < sizeof(SLAndroidBufferItem)) { in setItems()82 itemsLength -= sizeof(SLAndroidBufferItem); in setItems()86 if (itemsLength < itemDataSizeWithAlignmentPadding) { in setItems()90 itemsLength -= itemDataSizeWithAlignmentPadding; in setItems()299 SLuint32 itemsLength) in IAndroidBufferQueue_Enqueue() argument307 } else if ((itemsLength > 0) && (NULL == pItems)) { in IAndroidBufferQueue_Enqueue()308 SL_LOGE("Enqueue failure: non-zero items length %u but NULL items pointer", itemsLength); in IAndroidBufferQueue_Enqueue()310 } else if ((0 == dataLength) && (0 == itemsLength)) { in IAndroidBufferQueue_Enqueue()[all …]
93 XAuint32 itemsLength /* input */118 XAuint32 itemsLength
307 SLuint32 itemsLength /* input */332 SLuint32 itemsLength
81 SLuint32 itemsLength __unused /* input */) in AndroidBufferQueueCallback()138 if (itemsLength !=0) { in AndroidBufferQueueCallback()
100 XAuint32 itemsLength /* input */) in AndroidBufferQueueCallback() argument
1542 final int[] itemsLength = new int[numItems]; in testScrollAndStuck() local1544 itemsLength[i] = 288; in testScrollAndStuck()1549 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); in testScrollAndStuck()1650 final int[] itemsLength = new int[numItems]; in testScrollInSmoothScrolling() local1652 itemsLength[i] = 288; in testScrollInSmoothScrolling()1657 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); in testScrollInSmoothScrolling()2210 void testScrollAndRemove(int[] itemsLength, int numItems) throws Throwable { in testScrollAndRemove() argument2215 if (itemsLength != null) { in testScrollAndRemove()2216 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); in testScrollAndRemove()
237 SLuint32 itemsLength __unused /* input */) in AndroidBufferQueueCallback()
162 XAuint32 itemsLength __unused) in bufferQueueCallback()