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

/system/libhidl/base/include/hidl/
H A DHidlSupport.h604 struct accessor { struct in namespace:android::details
608 explicit accessor(T *base) function in struct:android::details::accessor
612 accessor<T, SIZES...> operator[](size_t index) {
613 return accessor<T, SIZES...>(
617 accessor &operator=(const std_array_type &other) {
629 struct accessor<T, SIZE1> { struct in namespace:android::details
633 explicit accessor(T *base) function in struct:android::details::accessor
641 accessor &operator=(const std_array_type &other) {
724 details::accessor<T, SIZE1, SIZES...> modifier(mBuffer);
731 details::accessor<
[all...]

Completed in 78 milliseconds