/frameworks/base/wifi/tests/src/android/net/wifi/aware/ |
D | TlvBufferUtilsTest.java | 53 tlv11.getArray(), equalTo(new byte[]{0, 1, 2, 2, 3, 0, 1, 2})); in testTlvBuild() 62 tlv01.getArray(), equalTo(new byte[] {1, 2, 3, 0, 1, 2 })); in testTlvBuild() 65 TlvBufferUtils.isValid(tlv11.getArray(), 1, 1), in testTlvBuild() 68 TlvBufferUtils.isValid(tlv01.getArray(), 0, 1), in testTlvBuild() 83 collector.checkThat("initial", tlv.getArray(), equalTo(new byte[]{0, 1, 2, 1, 1, 104})); in testTlvReuse() 87 collector.checkThat("re-alloc", tlv.getArray(), equalTo(new byte[]{5, 1, 7})); in testTlvReuse() 106 byte[] tlvData = tlv01.getArray(); in testTlvListOperations() 156 collector.checkThat("data", tlv.getArray(), in testRawPuts() 171 TlvBufferUtils.TlvIterable tlv22It = new TlvBufferUtils.TlvIterable(2, 2, tlv22.getArray()); in testTlvIterate() 204 TlvBufferUtils.TlvIterable tlv02It = new TlvBufferUtils.TlvIterable(0, 2, tlv02.getArray()); in testTlvIterate() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | AllocationAdapter.java | 214 if (mAdaptedAllocation.getType().getArray(arrayNum) == 0) { in setArray() 217 if (mAdaptedAllocation.getType().getArray(arrayNum) <= arrayVal) { in setArray() 220 if (mWindow.getArray(arrayNum) == mAdaptedAllocation.getType().getArray(arrayNum)) { in setArray() 223 … if ((mWindow.getArray(arrayNum) + arrayVal) >= mAdaptedAllocation.getType().getArray(arrayNum)) { in setArray() 291 for (int i = 0; i < t.getArray(i); i++) { in createTyped() 292 if (t.getArray(i) > at.getArray(i)) { in createTyped()
|
D | Matrix2f.java | 52 public float[] getArray() { in getArray() method in Matrix2f 95 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); in load()
|
D | Matrix3f.java | 52 public float[] getArray() { in getArray() method in Matrix3f 101 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); in load()
|
D | Matrix4f.java | 54 public float[] getArray() { in getArray() method in Matrix4f 111 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); in load()
|
D | Type.java | 159 public int getArray(int arrayNum) { in getArray() method in Type
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | RegionMatcher.h | 32 android::Rect const* expectedRects = expected.getArray(&expectedRectCount); 34 android::Rect const* actualRects = arg.getArray(&actualRectCount);
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Matrix2f.java | 55 public float[] getArray() { in getArray() method in Matrix2f 98 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); in load()
|
D | Matrix3f.java | 55 public float[] getArray() { in getArray() method in Matrix3f 104 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); in load()
|
D | Matrix4f.java | 55 public float[] getArray() { in getArray() method in Matrix4f 112 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); in load()
|
/frameworks/base/core/java/android/os/health/ |
D | HealthKeys.java | 127 mKeys[i] = keys[i].getArray(); in Constants() 205 int[] getArray() { in getArray() method in HealthKeys.SortedIntArray
|
/frameworks/base/core/java/android/view/ |
D | ViewTreeObserver.java | 1283 private ArrayList<T> getArray() { in getArray() method in ViewTreeObserver.CopyOnWriteArray 1312 return getArray().size(); in size() 1316 getArray().add(item); in add() 1320 getArray().addAll(array.mData); in addAll() 1324 getArray().remove(item); in remove() 1328 getArray().clear(); in clear()
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | ByteArrayOutput.h | 73 virtual const uint8_t* getArray() const;
|
/frameworks/av/media/img_utils/src/ |
D | ByteArrayOutput.cpp | 49 const uint8_t* ByteArrayOutput::getArray() const { in getArray() function in android::img_utils::ByteArrayOutput
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBuffers.h | 67 virtual void getArray(Vector<sp<MediaCodecBuffer>> *) const {} in getArray() function 451 void getArray(Vector<sp<MediaCodecBuffer>> *array) const; 525 void getArray(Vector<sp<MediaCodecBuffer>> *array) const final; 706 void getArray(Vector<sp<MediaCodecBuffer>> *array) const final { in getArray() function 762 void getArray(Vector<sp<MediaCodecBuffer>> *array) const final;
|
D | CCodecBuffers.cpp | 405 void BuffersArrayImpl::getArray(Vector<sp<MediaCodecBuffer>> *array) const { in getArray() function in android::BuffersArrayImpl 456 void InputBuffersArray::getArray(Vector<sp<MediaCodecBuffer>> *array) const { in getArray() function in android::InputBuffersArray 457 mImpl.getArray(array); in getArray() 869 void OutputBuffersArray::getArray(Vector<sp<MediaCodecBuffer>> *array) const { in getArray() function in android::OutputBuffersArray 870 mImpl.getArray(array); in getArray()
|
/frameworks/rs/ |
D | rsType.cpp | 241 if (t->getArray(0) != params->array0) continue; in getTypeRef() 242 if (t->getArray(1) != params->array1) continue; in getTypeRef() 243 if (t->getArray(2) != params->array2) continue; in getTypeRef() 244 if (t->getArray(3) != params->array3) continue; in getTypeRef()
|
D | rsType.h | 79 uint32_t getArray(uint32_t idx) const { in getArray() function
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorMatrixColorFilter.java | 126 return nativeColorMatrixFilter(mMatrix.getArray()); in createNativeInstance()
|
D | ColorMatrix.java | 89 public final float[] getArray() { return mArray; } in getArray() method in ColorMatrix
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | IconUtilities.java | 136 float[] mat = brightnessMatrix.getArray(); in getDisabledColorFilter()
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 629 Rect const * const lhs_rects = lhs.getArray(&lhs_count); in boolean_operation() 632 Rect const * const rhs_rects = rhs.getArray(&rhs_count); in boolean_operation() 744 Rect const * const lhs_rects = lhs.getArray(&lhs_count); in boolean_operation() 876 Rect const* Region::getArray(size_t* count) const { in getArray() function in android::Region
|
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | PublishConfig.java | 296 matchFilter).getArray(); in setMatchFilter()
|
/frameworks/av/media/codec2/vndk/ |
D | types.cpp | 230 BRect const* rectArray = from.getArray(&numRects); in b2h()
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | types.cpp | 223 BRect const* rectArray = from.getArray(&numRects); in b2h()
|