OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_log_type
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/adaptation/
android_logmsg.cpp
69
int
android_log_type
= ANDROID_LOG_INFO;
local
75
android_log_type
= ANDROID_LOG_ERROR;
76
__android_log_write(
android_log_type
, "BrcmNfcNfa", buffer);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp
49
int
android_log_type
= ANDROID_LOG_INFO;
local
55
android_log_type
= ANDROID_LOG_ERROR;
56
__android_log_write (
android_log_type
, "NfcNciHal", buffer);
Completed in 179 milliseconds