Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/
DArraySize.h36 static constexpr size_t arraySize(const T (&arr)[N]) { in arraySize()
46 static constexpr size_t stringLiteralLength(const char (&str)[N]) { in stringLiteralLength()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
Dutil.h32 size_t countof(T (&)[N]) { in countof()
/hardware/interfaces/authsecret/1.0/vts/functional/
DVtsHalAuthSecretV1_0TargetTest.cpp69 constexpr int N = 5; in TEST_P() local
/hardware/interfaces/audio/effect/all-versions/default/util/
DEffectUtils.cpp156 inline hidl_string charBufferFromHal(const char (&halBuf)[N]) { in charBufferFromHal()
163 inline status_t charBufferToHal(const hidl_string& str, char (&halBuf)[N], const char* fieldName) { in charBufferToHal()
/hardware/interfaces/authsecret/aidl/vts/
DVtsHalAuthSecretTargetTest.cpp70 constexpr int N = 5; in TEST_P() local
/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/
DFakeLockoutTrackerTest.cpp67 int N = 5; in TEST_F() local
/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
Dmock-timeout.h93 #define EGMOCK_ARG_(tn, N, ...) \ argument
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp150 auto N = acquired.size(); in onEnrollFingerDown() local
197 int N = acquiredInfos.size(); in onAuthenticateFingerDown() local
275 int N = acquiredInfos.size(); in onDetectInteractFingerDown() local
/hardware/interfaces/audio/aidl/common/tests/
Dutils_tests.cpp47 #define VERIFY_INDEX_MASK(N) \ in TEST() argument
/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
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
/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
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
/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
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
/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
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
/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
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeper.h47 static const uint64_t N = 16384; variable
/hardware/google/graphics/common/libgscaler/
Dlibgscaler_obj.cpp612 int CGscaler::m_gsc_multiple_of_n(int number, int N) in m_gsc_multiple_of_n()
/hardware/qcom/sm8150/gps/utils/
Dloc_nmea.cpp240 double N; in convert_Ecef_to_Lla() local
/hardware/qcom/sm7150/gps/utils/
Dloc_nmea.cpp231 double N; in convert_Ecef_to_Lla() local
/hardware/qcom/sm8150p/gps/utils/
Dloc_nmea.cpp231 double N; in convert_Ecef_to_Lla() local
/hardware/qcom/sm7250/gps/utils/
Dloc_nmea.cpp240 double N; in convert_Ecef_to_Lla() local
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp355 std::string make_string(const uint8_t (&a)[N]) { in make_string()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp376 template <size_t N> std::string make_string(const uint8_t (&a)[N]) { in make_string()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp94 unsigned countof(T (&rgt)[N]) { in countof()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintTest.cpp552 std::string make_string(const uint8_t (&a)[N]) { in make_string()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp12007 int32_t QCameraParameters::parseNDimVector(const char *str, int *num, int N, char delim = ',') in parseNDimVector()