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

  /hardware/ril/libril/
ril_service.cpp 504 * request with error RIL_E_NO_MEMORY.
516 sendErrorResponse(pRI, RIL_E_NO_MEMORY);
572 sendErrorResponse(pRI, RIL_E_NO_MEMORY);
616 sendErrorResponse(pRI, RIL_E_NO_MEMORY);
655 sendErrorResponse(pRI, RIL_E_NO_MEMORY);
    [all...]
ril.cpp 930 case RIL_E_NO_MEMORY: return "E_NO_MEMORY";
    [all...]
  /hardware/ril/include/telephony/
ril.h 167 RIL_E_NO_MEMORY = 37, /* Not sufficient memory to process the request */
    [all...]

Completed in 975 milliseconds