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

/hardware/interfaces/drm/1.0/default/
H A DTypeConvert.h57 const hidl_array<T, SIZE> &array) {
64 hidl_array<T, SIZE> &array) {
56 toVector( const hidl_array<T, SIZE> &array) argument
63 toVector( hidl_array<T, SIZE> &array) argument
H A DCryptoFactory.cpp36 const hidl_array<uint8_t, 16>& uuid) {
45 Return<void> CryptoFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid, argument
35 isCryptoSchemeSupported( const hidl_array<uint8_t, 16>& uuid) argument
H A DDrmFactory.cpp36 const hidl_array<uint8_t, 16>& uuid) {
55 Return<void> DrmFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid, argument
35 isCryptoSchemeSupported( const hidl_array<uint8_t, 16>& uuid) argument
H A DCryptoPlugin.cpp63 const hidl_array<uint8_t, 16>& keyId,
64 const hidl_array<uint8_t, 16>& iv, Mode mode,
62 decrypt(bool secure, const hidl_array<uint8_t, 16>& keyId, const hidl_array<uint8_t, 16>& iv, Mode mode, const Pattern& pattern, const hidl_vec<SubSample>& subSamples, const SharedBuffer& source, uint64_t offset, const DestinationBuffer& destination, decrypt_cb _hidl_cb) argument
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
H A DFooHelper.h12 using hardware::hidl_array;
41 std::string to_string(const hidl_array<T, SIZE> &array) { argument
46 std::string to_string(const hidl_array<T, SIZE1, SIZE2> &array) { argument
/hardware/interfaces/keymaster/4.0/support/
H A Dkeymaster_utils.cpp28 inline static bool operator<(const hidl_array<uint8_t, SIZE>& a, argument
29 const hidl_array<uint8_t, SIZE>& b) {
H A DKeymaster.cpp51 std::ostream& operator<<(std::ostream& os, const hidl_array<uint8_t, N>& vec) { argument
/hardware/interfaces/wifi/1.2/default/
H A Dwifi_ap_iface.cpp55 Return<void> WifiApIface::setCountryCode(const hidl_array<int8_t, 2>& code, argument
H A Dwifi_sta_iface.cpp200 uint16_t ether_type, const hidl_array<uint8_t, 6>& src_address,
201 const hidl_array<uint8_t, 6>& dst_address, uint32_t period_in_ms,
217 const hidl_array<uint8_t, 3>& oui, setScanningMacOui_cb hidl_status_cb) {
244 Return<void> WifiStaIface::setMacAddress(const hidl_array<uint8_t, 6>& mac, argument
198 startSendingKeepAlivePackets( uint32_t cmd_id, const hidl_vec<uint8_t>& ip_packet_data, uint16_t ether_type, const hidl_array<uint8_t, 6>& src_address, const hidl_array<uint8_t, 6>& dst_address, uint32_t period_in_ms, startSendingKeepAlivePackets_cb hidl_status_cb) argument
216 setScanningMacOui( const hidl_array<uint8_t, 3>& oui, setScanningMacOui_cb hidl_status_cb) argument
/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A DBiometricsFingerprint.cpp161 Return<RequestStatus> BiometricsFingerprint::enroll(const hidl_array<uint8_t, 69>& hat, argument
/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp45 const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) {
76 Return<void> Bar::haveAGooberArray(const hidl_array<Goober, 20> &lots) { argument
85 const hidl_array<hidl_string, 3> &array,
97 const hidl_array<float, 3, 5> &in, transposeMe_cb _cb) {
111 const hidl_array<hidl_string, 5, 3> &in, transpose2_cb _hidl_cb) {
44 doSomethingElse( const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) argument
84 haveSomeStrings( const hidl_array<hidl_string, 3> &array, haveSomeStrings_cb _cb) argument
96 transposeMe( const hidl_array<float, 3, 5> &in, transposeMe_cb _cb) argument
110 transpose2( const hidl_array<hidl_string, 5, 3> &in, transpose2_cb _hidl_cb) argument
/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.cpp74 const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) {
77 hidl_array<int32_t, 32> result;
120 hidl_array<nsecs_t, 3> c;
192 Return<void> Foo::haveAGooberArray(const hidl_array<Goober, 20> & /* lots */) { argument
205 const hidl_array<hidl_string, 3> &array,
216 hidl_array<hidl_string, 2> result;
248 const hidl_array<float, 3, 5> &in, transposeMe_cb _cb) {
251 hidl_array<float, 5, 3> out;
298 const hidl_array<hidl_string, 5, 3> &in, transpose2_cb _hidl_cb) {
301 hidl_array<hidl_strin
73 doSomethingElse( const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) argument
204 haveSomeStrings( const hidl_array<hidl_string, 3> &array, haveSomeStrings_cb _cb) argument
247 transposeMe( const hidl_array<float, 3, 5> &in, transposeMe_cb _cb) argument
297 transpose2( const hidl_array<hidl_string, 5, 3> &in, transpose2_cb _hidl_cb) argument
[all...]
/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.cpp58 Return<void> Baz::someBoolArrayMethod(const hidl_array<bool, 3>& x, argument
62 hidl_array<bool, 4> out;
96 Return<void> Baz::someMethodWithFooArrays(const hidl_array<IBase::Foo, 2>& fooInput, argument
101 hidl_array<IBaz::Foo, 2> fooOutput;
144 Return<void> Baz::someMethodTakingAVectorOfArray(const hidl_vec<hidl_array<uint8_t, 6>>& in,
151 hidl_vec<hidl_array<uint8_t, 6> > out;
178 Return<void> Baz::transpose2(const hidl_array<hidl_string, 5, 3>& in, transpose2_cb _hidl_cb) { argument
181 hidl_array<hidl_string, 3, 5> out;
258 Return<void> Baz::doSomethingElse(const hidl_array<int32_t, 15>& param, argument
262 hidl_array<int32_
337 haveSomeStrings(const hidl_array<hidl_string, 3>& array, haveSomeStrings_cb _hidl_cb) argument
[all...]
/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_vendor_test.cpp61 using ::android::hardware::hidl_array;
166 hidl_array<uint8_t, 16> getVendorUUID() {
168 return hidl_array<uint8_t, 16>(&uuid[0]);
212 hidl_array<uint8_t, 16> emptyUUID;
1272 hidl_array<uint8_t, 16> toHidlArray(const vector<uint8_t>& vec) {
1274 return hidl_array<uint8_t, 16>(&vec[0]);
1279 const hidl_array<uint8_t, 16>& keyId, uint8_t* iv,
1315 const hidl_array<uint8_t, 16>& keyId, uint8_t* iv,
1314 decrypt(Mode mode, bool isSecure, const hidl_array<uint8_t, 16>& keyId, uint8_t* iv, const hidl_vec<SubSample>& subSamples, const Pattern& pattern, const vector<uint8_t>& key, Status expectedStatus) argument

Completed in 275 milliseconds