Home
last modified time | relevance | path

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

12

/system/nfc/src/include/
Dbt_trace.h100 #define BT_TRACE_0(l, t, m) \ argument
102 #define BT_TRACE_1(l, t, m, p1) \ argument
105 #define BT_TRACE_2(l, t, m, p1, p2) \ argument
108 #define BT_TRACE_3(l, t, m, p1, p2, p3) \ argument
111 #define BT_TRACE_4(l, t, m, p1, p2, p3, p4) \ argument
114 #define BT_TRACE_5(l, t, m, p1, p2, p3, p4, p5) \ argument
118 #define BT_TRACE_6(l, t, m, p1, p2, p3, p4, p5, p6) \ argument
123 #define BT_ERROR_TRACE_0(l, m) \ argument
125 #define BT_ERROR_TRACE_1(l, m, p1) \ argument
128 #define BT_ERROR_TRACE_2(l, m, p1, p2) \ argument
[all …]
Dgki_target.h380 #define GKI_TRACE_0(m) \ argument
384 #define GKI_TRACE_1(m, p1) \ argument
388 #define GKI_TRACE_2(m, p1, p2) \ argument
392 #define GKI_TRACE_3(m, p1, p2, p3) \ argument
396 #define GKI_TRACE_4(m, p1, p2, p3, p4) \ argument
400 #define GKI_TRACE_5(m, p1, p2, p3, p4, p5) \ argument
404 #define GKI_TRACE_6(m, p1, p2, p3, p4, p5, p6) \ argument
409 #define GKI_TRACE_0(m) argument
410 #define GKI_TRACE_1(m, p1) argument
411 #define GKI_TRACE_2(m, p1, p2) argument
[all …]
/system/nfc/src/hal/include/
Dnfc_hal_target.h180 #define NCI_TRACE_0(l, t, m) \ argument
182 #define NCI_TRACE_1(l, t, m, p1) \ argument
184 #define NCI_TRACE_2(l, t, m, p1, p2) \ argument
187 #define NCI_TRACE_3(l, t, m, p1, p2, p3) \ argument
190 #define NCI_TRACE_4(l, t, m, p1, p2, p3, p4) \ argument
193 #define NCI_TRACE_5(l, t, m, p1, p2, p3, p4, p5) \ argument
197 #define NCI_TRACE_6(l, t, m, p1, p2, p3, p4, p5, p6) \ argument
202 #define HAL_TRACE_ERROR0(m) \ argument
207 #define HAL_TRACE_ERROR1(m, p1) \ argument
212 #define HAL_TRACE_ERROR2(m, p1, p2) \ argument
[all …]
Dgki_hal_target.h234 #define GKI_TRACE_0(m) \ argument
238 #define GKI_TRACE_1(m, p1) \ argument
242 #define GKI_TRACE_2(m, p1, p2) \ argument
246 #define GKI_TRACE_3(m, p1, p2, p3) \ argument
250 #define GKI_TRACE_4(m, p1, p2, p3, p4) \ argument
254 #define GKI_TRACE_5(m, p1, p2, p3, p4, p5) \ argument
258 #define GKI_TRACE_6(m, p1, p2, p3, p4, p5, p6) \ argument
263 #define GKI_TRACE_0(m) argument
264 #define GKI_TRACE_1(m, p1) argument
265 #define GKI_TRACE_2(m, p1, p2) argument
[all …]
/system/media/camera/tests/
Dcamera_metadata_tests.cpp45 #define FINISH_USING_CAMERA_METADATA(m) \ argument
50 camera_metadata_t *m = NULL; in TEST() local
66 camera_metadata_t *m = NULL; in TEST() local
98 camera_metadata_t *m = NULL; in TEST() local
110 camera_metadata_t *m = NULL; in TEST() local
139 camera_metadata_t *m = NULL; in TEST() local
164 camera_metadata_t *m = NULL; in TEST() local
197 camera_metadata_t *m = NULL; in TEST() local
213 camera_metadata_t *m = NULL; in TEST() local
370 void add_test_metadata(camera_metadata_t *m, int entry_count) { in add_test_metadata()
[all …]
/system/core/adb/
Dsysdeps_test.cpp254 static std::mutex &m = *new std::mutex(); in TEST() local
276 static std::recursive_mutex &m = *new std::recursive_mutex(); in TEST() local
298 static std::mutex &m = *new std::mutex; in TEST() local
Dtransport.cpp417 static int transport_read_action(int fd, struct tmsg* m) { in transport_read_action()
435 static int transport_write_action(int fd, struct tmsg* m) { in transport_write_action()
454 tmsg m; in transport_registration_func() local
549 tmsg m; in register_transport() local
559 tmsg m; in remove_transport() local
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp59 #define CORRUPTION_ERROR_ACTION(m) \ argument
61 #define USAGE_ERROR_ACTION(m,p) \ argument
/system/core/toolbox/
Dgenerate-input.h-labels.py44 m = r.match(line) variable
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dutil.c293 int c = 0, m = 0, r = 0; in procline() local
444 printline(struct str *line, int sep, regmatch_t *matches, int m) in printline()
/system/netd/server/
DMDnsSdListener.h59 Context(int refNumber, MDnsSdListener *m) { in Context()
/system/media/audio_utils/
Dfixedfft.cpp147 int scale = LOG_FFT_SIZE, m = n >> 1, i; in fixed_fft_real() local
/system/core/logd/
DLogWhiteBlackList.cpp188 int m = uid - p.mUid; in init() local
/system/nfc/src/gki/ulinux/
Dgki_ulinux.c58 #define LOCK(m) pthread_mutex_lock(&m) argument
59 #define UNLOCK(m) pthread_mutex_unlock(&m) argument
60 #define INIT(m) pthread_mutex_init(&m, NULL) argument
/system/nfc/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c58 #define LOCK(m) pthread_mutex_lock(&m) argument
59 #define UNLOCK(m) pthread_mutex_unlock(&m) argument
60 #define INIT(m) pthread_mutex_init(&m, NULL) argument
/system/update_engine/common/
Dutils.h232 bool MapContainsKey(const std::map<KeyType, ValueType>& m, const KeyType& k) { in MapContainsKey()
/system/core/liblog/
Dlogger_write.c139 EventTagMap* m; in __android_log_close() local
276 EventTagMap *m, *f; in __write_to_log_daemon() local
/system/sepolicy/tools/
Dcheck_seapp.c131 key_map m[]; /** key value mapping */ member
448 static bool key_map_validate(key_map *m, const char *filename, int lineno, in key_map_validate()
504 key_map *m; in rule_map_print() local
600 key_map *m = &(rm->m[i]); in rule_map_free() local
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_time.c21 #define BT_ERROR_TRACE_0(l, m) argument
/system/nfc/src/gki/common/
Dgki_time.c21 #define BT_ERROR_TRACE_0(l, m) argument
/system/update_engine/update_manager/
Dboxed_value_unittest.cc102 map<int, BoxedValue> m; in TEST() local
/system/bt/btcore/test/
Ddevice_class_test.cc29 const char* n_expr, int m, int n) { in check_bitfield()
/system/tools/aidl/
Dast_cpp_unittest.cpp235 MethodImpl m{"return_type", "ClassName", "MethodName", in TEST_F() local
Dast_java.cpp30 int m = mod & mask; in WriteModifiers() local
67 Field::Field(int m, Variable* v) : ClassElement(), modifiers(m), variable(v) {} in Field()
/system/core/libcutils/tests/
DPropertiesTest.cpp50 T m, in AssertEqualHex()

12