Searched defs:partialResults (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java86 * @param partialResults the returned results. To retrieve the results in
90 void onPartialResults(Bundle partialResults); argument
H A DRecognitionService.java284 * @param partialResults the returned results. To retrieve the results in
288 public void partialResults(Bundle partialResults) throws RemoteException { argument
289 mListener.onPartialResults(partialResults);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h230 bool partialResults; member in struct:android::camera2::Parameters::Quirks

Completed in 50 milliseconds