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

  /external/grpc-grpc-java/services/src/main/java/io/grpc/protobuf/services/
ProtoReflectionService.java 191 sendErrorResponse(
225 sendErrorResponse(request, Status.Code.NOT_FOUND, "File not found.");
235 sendErrorResponse(request, Status.Code.NOT_FOUND, "Symbol not found.");
248 sendErrorResponse(request, Status.Code.NOT_FOUND, "Extension not found.");
267 sendErrorResponse(request, Status.Code.NOT_FOUND, "Type not found.");
284 private void sendErrorResponse(
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril_service.cpp 566 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) {
589 sendErrorResponse(pRI, RIL_E_NO_MEMORY);
598 sendErrorResponse(pRI, RIL_E_INTERNAL_ERR);
653 sendErrorResponse(pRI, RIL_E_NO_MEMORY);
697 sendErrorResponse(pRI, RIL_E_NO_MEMORY);
736 sendErrorResponse(pRI, RIL_E_NO_MEMORY);
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]

Completed in 271 milliseconds