Searched refs:errorText (Results 1 – 6 of 6) sorted by relevance
133 String errorText = "processMessage: unhandled message type " + msg.what; in processMessage() local135 throw new RuntimeException(errorText); in processMessage()137 loge(errorText); in processMessage()
400 String errorText = "processMessage: unhandled message type " in processMessage() local413 throw new RuntimeException(errorText); in processMessage()415 loge(errorText); in processMessage()
141 public void onError(String errorText, boolean commandError); in onError() argument210 public void onError(String errorText, boolean commandError) { in onError() argument213 + errorText); in onError()217 System.out.println(errorText); in onError()303 public void onError(String errorText, boolean commandError) { in onError() argument309 proto.write(InstrumentationData.SessionStatus.ERROR_TEXT, errorText); in onError()
161 LOG_ALWAYS_FATAL("Failed to build gainmap shader: %s", buildResult.errorText.c_str()); in gainmap_apply_effect()
253 doThrowIAE(env, result.errorText.c_str()); in RuntimeShader_createShaderBuilder()
40 typedef void (*ErrorHandlerFunc_t)(uint32_t errorNum, const char *errorText);