Searched defs:itemsLength (Results 1 - 2 of 2) sorted by relevance
/frameworks/wilhelm/src/itf/ |
H A D | IAndroidBufferQueue.cpp | 55 const SLAndroidBufferItem *pItems, SLuint32 itemsLength, 75 while (itemsLength > 0) { 78 if (itemsLength < sizeof(SLAndroidBufferItem)) { 82 itemsLength -= sizeof(SLAndroidBufferItem); 86 if (itemsLength < itemDataSizeWithAlignmentPadding) { 90 itemsLength -= itemDataSizeWithAlignmentPadding; 299 SLuint32 itemsLength) 307 } else if ((itemsLength > 0) && (NULL == pItems)) { 308 SL_LOGE("Enqueue failure: non-zero items length %u but NULL items pointer", itemsLength); 310 } else if ((0 == dataLength) && (0 == itemsLength)) { 54 setItems(SLuint32 dataLength, const SLAndroidBufferItem *pItems, SLuint32 itemsLength, SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS) argument 294 IAndroidBufferQueue_Enqueue(SLAndroidBufferQueueItf self, void *pBufferContext, void *pData, SLuint32 dataLength, const SLAndroidBufferItem *pItems, SLuint32 itemsLength) argument [all...] |
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/ |
H A D | GridWidgetTest.java | 1542 final int[] itemsLength = new int[numItems]; 1544 itemsLength[i] = 288; 1549 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); 1650 final int[] itemsLength = new int[numItems]; 1652 itemsLength[i] = 288; 1657 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); 2210 void testScrollAndRemove(int[] itemsLength, int numItems) throws Throwable { argument 2215 if (itemsLength != null) { 2216 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength);
|
Completed in 35 milliseconds