OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RLOGE
(Results
1 - 6
of
6
) sorted by null
/hardware/ril/libril/
ril.cpp
370
RLOGE
("invalid request block");
375
RLOGE
("unsupported request code %d token %d", request, token);
404
RLOGE
("invalid command block for token %d request %s",
[
all
...]
ril_event.cpp
373
RLOGE
("ril_event: select error (%d)", errno);
/hardware/ril/rild/
rild.c
202
RLOGE
("could not connect to %s socket (giving up): %s",
248
RLOGE
("dlopen failed: %s", dlerror());
257
RLOGE
("RIL_Init not defined or exported in %s\n", rilLibPath);
/hardware/ril/reference-ril/
reference-ril.c
321
RLOGE
("invalid CLCC line\n");
630
RLOGE
("requestQueryNetworkSelectionMode must never return error when radio is on");
871
RLOGE
("requestSignalStrength must never return an error when radio is on");
952
RLOGE
("Unknown preferred mode received from modem: %d", preferred);
1034
RLOGE
("requestCdmaDeviceIdentity must never return an error when radio is on");
[
all
...]
atchannel.c
293
RLOGE
("Unsupported AT command type %d\n", s_type);
374
RLOGE
("ERROR: Input line exceeded buffer\n");
/system/core/include/log/
log.h
353
#ifndef
RLOGE
354
#define
RLOGE
(...) ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__))
Completed in 571 milliseconds