Searched defs:hidl_array (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/test/hidl_test/
H A DFooCallback.cpp112 Return<void> FooCallback::youBlockedMeFor(const hidl_array<int64_t, 3> &ns) { argument
/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...]

Completed in 120 milliseconds