Home
last modified time | relevance | path

Searched defs:isReply (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Dbinder_filter_test.cpp63 bool isReply = false; variable
88 bool isReply = false; variable
132 bool isReply = false; variable
170 bool isReply = false; variable
199 bool isReply = false; variable
221 bool isReply = false; variable
251 bool isReply = false; variable
281 bool isReply = true; variable
/developtools/smartperf_host/trace_streamer/src/filter/
Dbinder_filter.cpp60 bool isReply, in SendTraction()
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/
Dhtrace_binder_event_test.cpp39 std::string SetBinderTransactionFormat(uint32_t flags = 0x02, bool isReply = false) in SetBinderTransactionFormat()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dcpu_detail_parser.cpp388 bool isReply = transactionMsg.reply() == 1; in BinderTractionEvent() local
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/bytrace_parser/
Dbytrace_event_parser.cpp700 auto isReply = base::StrToInt<uint32_t>(args.at("reply")); in BinderTransaction() local
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/
Dhtrace_event_parser.cpp494 bool isReply = msg.reply() == 1; in BinderTractionEvent() local