Searched refs:mpcResult (Results 1 – 1 of 1) sorted by relevance
439 String mpcResult = metrics.getString(i); in onReceive() local441 if (!matchMpcResult(cameraId, mpcResult)) { in onReceive()442 Log.e(TAG, "Error parsing MPC result string:" + mpcResult); in onReceive()445 Log.e(TAG, "Error parsing MPC result string:" + mpcResult, e); in onReceive()557 private boolean matchMpcResult(String cameraId, String mpcResult) { in matchMpcResult() argument558 Matcher launchMatcher = MPC12_CAMERA_LAUNCH_PATTERN.matcher(mpcResult); in matchMpcResult()561 Matcher jpegMatcher = MPC12_JPEG_CAPTURE_PATTERN.matcher(mpcResult); in matchMpcResult()564 Matcher gainmapMatcher = MPC15_ULTRA_HDR_PATTERN.matcher(mpcResult); in matchMpcResult()566 Log.i(TAG, "mpcResult: " + mpcResult); in matchMpcResult()594 String result = mpcResult.split(":")[1]; in matchMpcResult()