Home
last modified time | relevance | path

Searched refs:N (Results 1 – 25 of 75) sorted by relevance

123

/hardware/libhardware/modules/camera/3_4/metadata/
Dmetadata_common.h90 template <typename T, size_t N>
93 const std::array<T, N>& val) { in UpdateMetadata()
94 return UpdateMetadata(metadata, tag, val.data(), N); in UpdateMetadata()
98 template <typename T, size_t N>
101 const ArrayVector<T, N>& val) { in UpdateMetadata()
106 template <typename T, size_t N>
109 const std::vector<std::array<T, N>>& val) { in UpdateMetadata()
111 ArrayVector<T, N> array_vector; in UpdateMetadata()
208 template <typename T, size_t N>
211 std::array<T, N>* val) { in SingleTagValue()
[all …]
Dtest_common.h64 template <typename T, size_t N>
67 const std::array<T, N>& expected) { in ExpectMetadataEq()
68 ExpectMetadataEq(metadata, tag, expected.data(), N); in ExpectMetadataEq()
72 template <typename T, size_t N>
75 const ArrayVector<T, N>& expected) { in ExpectMetadataEq()
81 template <typename T, size_t N>
84 const std::vector<std::array<T, N>>& expected) { in ExpectMetadataEq()
86 ArrayVector<T, N> array_vector; in ExpectMetadataEq()
Darray_vector.h29 template <class T, size_t N>
34 size_t num_arrays() const { return mItems.size() / N; } in num_arrays()
39 const T* operator[](int i) const { return mItems.data() + (i * N); }
40 T* operator[](int i) { return mItems.data() + (i * N); }
42 void push_back(const std::array<T, N>& values) { in push_back()
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md49 * Unassigned values are specified using the <i>N/A</i> keyword. Unassigned usually means initialized
97 * MacAddress intfAddrVal = <i>N/A</i>
99 * uint32_t ouiVal = <i>N/A</i>
101 * uint8_t randomFactorForceVal = <i>N/A</i>
103 * uint8_t hopCountForceVal = <i>N/A</i>
105 * WifiChannelInMhz[2] discoveryChannelMhzVal = <i>N/A</i>
107 * bool[2] useBeaconsInBandVal = <i>N/A</i>
109 * bool[2] useSdfInBandVal = <i>N/A</i>
128 * vec<uint8_t> extendedServiceSpecificInfo = <i>N/A</i>
137 * uint32_t rangingIntervalMsec = <i>N/A</i>
[all …]
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md46 * Unassigned values are specified using the <i>N/A</i> keyword. Unassigned usually means initialized
94 * MacAddress intfAddrVal = <i>N/A</i>
96 * uint32_t ouiVal = <i>N/A</i>
98 * uint8_t randomFactorForceVal = <i>N/A</i>
100 * uint8_t hopCountForceVal = <i>N/A</i>
102 * WifiChannelInMhz[2] discoveryChannelMhzVal = <i>N/A</i>
104 * bool[2] useBeaconsInBandVal = <i>N/A</i>
106 * bool[2] useSdfInBandVal = <i>N/A</i>
120 * vec<uint8_t> extendedServiceSpecificInfo = <i>N/A</i>
129 * uint32_t rangingIntervalMsec = <i>N/A</i>
[all …]
/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
Dmock-timeout.h93 #define EGMOCK_ARG_(tn, N, ...) \ argument
94 tn ::testing::internal::Function<__VA_ARGS__>::template Arg<N-1>::type
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonUtils.cpp109 std::vector<uint32_t> getAlignedDimensions(const std::vector<uint32_t>& dims, uint32_t N) { in getAlignedDimensions() argument
111 N, dims.size(), in getAlignedDimensions()
112 "Error: constant data dimensions " << dims.size() << " exceeds alignment of " << N); in getAlignedDimensions()
113 std::vector<uint32_t> dimensions(N - dims.size(), 1); in getAlignedDimensions()
/hardware/interfaces/keymaster/4.1/support/
DKeymaster.cpp49 template <size_t N>
50 std::ostream& operator<<(std::ostream& os, const hidl_array<uint8_t, N>& vec) { in operator <<()
53 for (size_t i = 0; i < N; ++i) os << static_cast<int>(vec[i]); in operator <<()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeper.h47 static const uint64_t N = 16384; variable
77 crypto_scrypt(password, password_length, reinterpret_cast<uint8_t*>(&salt), sizeof(salt), N, in ComputePasswordSignature()
/hardware/interfaces/audio/2.0/
DIStreamOut.hal242 * Example: assume that N+M frames have been presented, where M is a 'small'
243 * number. Then it is permissible to return N instead of N+M, and the
244 * timestamp must correspond to N rather than N+M. The terms 'recent' and
/hardware/interfaces/audio/5.0/
DIStreamOut.hal254 * Example: assume that N+M frames have been presented, where M is a 'small'
255 * number. Then it is permissible to return N instead of N+M, and the
256 * timestamp must correspond to N rather than N+M. The terms 'recent' and
/hardware/interfaces/audio/4.0/
DIStreamOut.hal254 * Example: assume that N+M frames have been presented, where M is a 'small'
255 * number. Then it is permissible to return N instead of N+M, and the
256 * timestamp must correspond to N rather than N+M. The terms 'recent' and
/hardware/interfaces/camera/device/
DREADME.md8 via one of the ICameraProvider::getCameraDeviceInterface_V<N>_x() methods, where N
/hardware/interfaces/biometrics/fingerprint/2.1/
Dtypes.hal109 * samplesRemaining goes from N (no data collected, but N scans needed)
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-hwcal.cpp45 template <typename T, typename std::array<T, 0>::size_type N>
46 static void pack(std::ostream &stream, const std::array<T, N> &value, std::string lpad, in pack()

123