HomeSort by relevance Sort by last modified time
    Searched refs:RLOGE (Results 1 - 7 of 7) sorted by null

  /hardware/ril/rild/
rild.c 114 RLOGE("capset failed: %s", strerror(errno));
154 RLOGE("Max Number of rild's supported is: %d", MAX_RILDS);
237 RLOGE("could not connect to %s socket (giving up): %s",
283 RLOGE("dlopen failed: %s", dlerror());
292 RLOGE("RIL_Init not defined or exported in %s\n", rilLibPath);
  /hardware/ril/libril/
ril.cpp 492 RLOGE("invalid request block");
498 RLOGE("unsupported request code %d token %d", request, token);
533 RLOGE("invalid command block for token %d request %s",
    [all...]
ril_event.cpp 373 RLOGE("ril_event: select error (%d)", errno);
  /hardware/ril/reference-ril/
reference-ril.c 325 RLOGE("invalid CLCC line\n");
652 RLOGE("requestQueryNetworkSelectionMode must never return error when radio is on");
893 RLOGE("requestSignalStrength must never return an error when radio is on");
974 RLOGE("Unknown preferred mode received from modem: %d", preferred);
    [all...]
atchannel.c 284 RLOGE("Unsupported AT command type %d\n", s_type);
365 RLOGE("ERROR: Input line exceeded buffer\n");
  /external/chromium_org/third_party/hwcplus/include/log/
log.h 357 #ifndef RLOGE
358 #define RLOGE(...) ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /system/core/include/log/
log.h 355 #ifndef RLOGE
356 #define RLOGE(...) ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__))

Completed in 810 milliseconds