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

  /hardware/ril/reference-cdma-sms/
reference-cdma-sms.c 24 RIL_Errno wmsts_ril_cdma_decode_sms( RIL_CDMA_Encoded_SMS * encoded_sms,
30 RIL_Errno wmsts_ril_cdma_encode_sms(RIL_CDMA_SMS_ClientBd * client_bd,
reference-cdma-sms.h 58 RIL_Errno wmsts_ril_cdma_decode_sms (
64 RIL_Errno wmsts_ril_cdma_encode_sms (
  /hardware/ril/mock-ril/src/cpp/
responses.cpp 51 RIL_Errno RspWithNoData(
52 int cmd, RIL_Token token, RIL_Errno rilErrno, Buffer *buffer) {
68 RIL_Errno RspStrings(
69 int cmd, RIL_Token token, RIL_Errno rilErrno, Buffer *buffer) {
94 RIL_Errno RspString(
95 int cmd, RIL_Token token, RIL_Errno rilErrno, Buffer *buffer) {
112 RIL_Errno RspIntegers(
113 int cmd, RIL_Token token, RIL_Errno rilErrno, Buffer *buffer) {
135 RIL_Errno RspGetSimStatus(
136 int cmd, RIL_Token token, RIL_Errno rilErrno, Buffer *buffer) { //
    [all...]
mock_ril.cpp 82 static void testOnRequestComplete(RIL_Token t, RIL_Errno e,
185 void testOnRequestComplete(RIL_Token t, RIL_Errno e,
requests.cpp 377 RIL_Errno rilErrCode = (status == STATUS_UNSUPPORTED_REQUEST) ?
  /hardware/ril/include/telephony/
ril.h 73 } RIL_Errno;
    [all...]
  /hardware/ril/rild/
rild.c 49 extern void RIL_onRequestComplete(RIL_Token t, RIL_Errno e,
  /hardware/ril/libril/
ril.cpp 234 extern "C" const char * failCauseToString(RIL_Errno);
    [all...]

Completed in 1310 milliseconds