Searched refs:lastCall (Results 1 – 4 of 4) sorted by relevance
47 private LoggedCrossProfileMethodCall lastCall; field in TestService50 LoggedCrossProfileMethodCall lastCall() { in lastCall() method in TestService51 return lastCall; in lastCall()81 if (lastCall != null) { in call()82 lastCall.getParams().recycle(); in call()85 lastCall = in call()
363 assertThat(testService.lastCall().getCrossProfileTypeIdentifier()) in call_isBound_callsMethod()365 assertThat(testService.lastCall().getMethodIdentifier()).isEqualTo(methodIdentifier); in call_isBound_callsMethod()366 assertThat(testService.lastCall().getParams().readString()).isEqualTo("value"); in call_isBound_callsMethod()
158 long lastCall = System.nanoTime(); in doUnaryCalls()177 histogram.recordValue((now - lastCall) / 1000); in doUnaryCalls()178 lastCall = now; in doUnaryCalls()216 long lastCall = System.nanoTime(); field in AsyncClient.ThisIsAHackStreamObserver234 histogram.recordValue((now - lastCall) / 1000); in onNext()235 lastCall = now; in onNext()
4790 const CallCapture &lastCall = mFrameCalls.back(); in maybeCapturePostCallUpdates() local4791 switch (lastCall.entryPoint) in maybeCapturePostCallUpdates()4796 programId.value = lastCall.params.getReturnValue().value.GLuintVal; in maybeCapturePostCallUpdates()4805 lastCall.params.getParam("programPacked", ParamType::TShaderProgramID, 0); in maybeCapturePostCallUpdates()4813 CaptureUpdateCurrentProgram(lastCall, &mFrameCalls); in maybeCapturePostCallUpdates()4818 lastCall.params.getParam("programPacked", ParamType::TShaderProgramID, 0); in maybeCapturePostCallUpdates()