Searched refs:input2 (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioProfileVectorHelper.cpp | 371 const T& input1, const T& input2, const Order& order) in intersectFilterAndOrder() argument 374 std::set<typename T::value_type> set2{input2.begin(), input2.end()}; in intersectFilterAndOrder() 389 const T& input1, const T& input2, Compare comp) in intersectAndOrder() argument 392 std::set<typename T::value_type, Compare> set2{input2.begin(), input2.end(), comp}; in intersectAndOrder()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLLogWrapper.java | 934 ByteBuffer input2 = (ByteBuffer) input; in toByteBuffer() local 935 int position = input2.position(); in toByteBuffer() 937 byteCount = input2.limit() - position; in toByteBuffer() 939 result = ByteBuffer.allocate(byteCount).order(input2.order()); in toByteBuffer() 941 result.put(input2.get()); in toByteBuffer() 943 input2.position(position); in toByteBuffer() 945 CharBuffer input2 = (CharBuffer) input; in toByteBuffer() local 946 int position = input2.position(); in toByteBuffer() 948 byteCount = (input2.limit() - position) * 2; in toByteBuffer() 950 result = ByteBuffer.allocate(byteCount).order(input2.order()); in toByteBuffer() [all …]
|
/frameworks/base/tools/aapt2/format/ |
D | Archive_test.cpp | 124 auto input2 = std::make_unique<TestData>(data2_copy, kTestDataLength); in TEST_F() local 128 ASSERT_TRUE(writer->WriteFile("test2", 0, input2.get())); in TEST_F() 184 auto input2 = std::make_unique<TestData>(data2_copy, kTestDataLength); in TEST_F() local 188 ASSERT_TRUE(writer->WriteFile("test2", 0, input2.get())); in TEST_F()
|
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 223 ev.u.input2.size = report.size(); in sendReport() 224 memcpy(&ev.u.input2.data, report.data(), report.size() * sizeof(ev.u.input2.data[0])); in sendReport()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_reduce.java | 406 final int[] input2 = createInputArrayInt(456, Integer.MAX_VALUE / inputSize); in patternInterleavedReduce() local 409 final int javaResult2 = addint(input2); in patternInterleavedReduce() 412 final ScriptC_reduce.result_int rsResultFuture2 = s.reduce_addint(input2); in patternInterleavedReduce()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_reduce.java | 404 final int[] input2 = createInputArrayInt(456, Integer.MAX_VALUE / inputSize); in patternInterleavedReduce() local 407 final int javaResult2 = addint(input2); in patternInterleavedReduce() 410 final ScriptC_reduce.result_int rsResultFuture2 = s.reduce_addint(input2); in patternInterleavedReduce()
|