Searched refs:hidl_array (Results 1 - 16 of 16) sorted by relevance

/system/tools/hidl/test/hidl_test/
H A DFooCallback.h30 Return<void> youBlockedMeFor(const hidl_array<int64_t, 3 /* 3 */>& callerBlockedInfo) override;
32 hidl_array<InvokeInfo, 3> invokeInfo;
H A Dstatic_test.cpp8 using ::android::hardware::hidl_array;
17 static_assert(std::is_same<IFoo::multidimArrayOne, hidl_array<int32_t, 5, 6, 7>>::value,
19 static_assert(std::is_same<IFoo::multidimArrayTwo, hidl_array<int32_t, 8, 9, 10, 5, 6, 7>>::value,
22 std::is_same<IFoo::multidimArrayThree, hidl_array<int32_t, 2, 3, 4, 8, 9, 10, 5, 6, 7>>::value,
260 Return<void> foo1(const hidl_array<int32_t, 1>&) override { return Void(); }
261 Return<void> foo2(const hidl_array<int32_t, 13>&) override { return Void(); }
262 Return<void> foo3(const hidl_array<int32_t, 20>&) override { return Void(); }
H A DFooCallback.cpp112 Return<void> FooCallback::youBlockedMeFor(const hidl_array<int64_t, 3> &ns) { argument
H A Dhidl_test_client.cpp114 using ::android::hardware::hidl_array;
1015 hidl_array<int32_t, 15> param;
1132 const hidl_array<IFooCallback::InvokeInfo, 3> &invokeResults) {
1184 hidl_array<IFoo::Goober, 20> gooberArrayParam;
1204 hidl_array<hidl_string, 3> stringArrayParam;
1238 hidl_array<float, 3, 5> in;
1364 hidl_array<hidl_string, 5, 3> in;
1408 hidl_array<hidl_string, 5, 3> in;
1659 hidl_array<int, 2> oneDim;
1660 hidl_array<in
[all...]
/system/libhidl/transport/allocator/1.0/default/
H A DAshmemAllocator.h31 using ::android::hardware::hidl_array;
/system/libhidl/transport/memory/1.0/default/
H A DAshmemMapper.h32 using ::android::hardware::hidl_array;
H A DAshmemMemory.h31 using ::android::hardware::hidl_array;
/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp35 using ::android::hardware::hidl_array;
133 hidl_array<IBase::Foo, 2> foo;
155 hidl_array<IBaz::Foo, 2> fooExpectedOutput;
228 hidl_vec<hidl_array<uint8_t, 6> > in, expectedOut;
313 hidl_array<hidl_string, 5, 3> in;
314 hidl_array<hidl_string, 3, 5> expectedOut;
336 hidl_array<bool, 3> someBoolArray;
341 hidl_array<bool, 4> expectedOut;
391 hidl_array<int32_t, 15> param;
392 hidl_array<int32_
[all...]
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
H A Dkeystore.h20 using ::android::hardware::hidl_array;
/system/libhidl/base/include/hidl/
H A DHidlSupport.h709 struct hidl_array { struct in namespace:android
713 hidl_array() = default;
716 hidl_array(const T *source) { function in struct:android::hidl_array
723 hidl_array(const std_array_type &array) { function in struct:android::hidl_array
742 bool operator==(const hidl_array &other) const {
751 inline bool operator!=(const hidl_array &other) const {
775 struct hidl_array<T, SIZE1> { struct in namespace:android
779 hidl_array() = default;
782 hidl_array(const T *source) { function in struct:android::hidl_array
789 hidl_array(cons function in struct:android::hidl_array
975 toString(const hidl_array<T, SIZE1> &a) argument
981 toString(const hidl_array<T, SIZE1, SIZE2, SIZES...> &a) argument
[all...]
/system/libhidl/
H A Dtest_main.cpp308 using android::hardware::hidl_array;
311 hidl_array<int32_t, 3> ha(array);
359 using android::hardware::hidl_array;
360 hidl_array<int32_t, 5> array{(int32_t[5]){1, 2, 3, 4, 5}};
363 hidl_array<int32_t, 5> array2 = stdArray;
368 using android::hardware::hidl_array;
369 hidl_array<int32_t, 2, 3> array;
377 hidl_array<int32_t, 2, 3> array2 = stdArray;
/system/hwservicemanager/
H A DTokenManager.h19 using ::android::hardware::hidl_array;
/system/security/keystore/include/keystore/
H A Dkeystore_hidl_support.h87 ::android::hardware::hidl_array<uint8_t, kHmacSize>>::value,
119 ::android::hardware::hidl_array<uint8_t, kHmacSize>>::value,
/system/security/keystore/tests/
H A Dauth_token_formatting_test.cpp33 using android::hardware::hidl_array;
88 UINT64_C(0x24232221201f1e1d), hidl_array<uint8_t, 32>(test_hmac_data)};
/system/keymaster/ng/include/
H A Dkeystore_hidl_support.h105 std::is_same<decltype(token.hmac), ::android::hardware::hidl_array<uint8_t, 32>>::value,
/system/libhidl/transport/base/1.0/vts/functional/
H A Dvts_ibase_test.cpp27 using android::hardware::hidl_array;

Completed in 610 milliseconds