Home
last modified time | relevance | path

Searched refs:msgInvokeMethodReply (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/controller/
Dadb_socket_controller.ts344 const msgInvokeMethodReply = frame.msgInvokeMethodReply; constant
345 if (msgInvokeMethodReply && msgInvokeMethodReply.replyProto) {
346 if (!msgInvokeMethodReply.success) {
348 'Unsuccessful method invocation: ', msgInvokeMethodReply);
353 msgInvokeMethodReply.replyProto,
354 msgInvokeMethodReply.hasMore === true);