Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/filter/
Dbinder_filter_test.cpp64 bool isReply = false; variable
89 bool isReply = false; variable
133 bool isReply = false; variable
171 bool isReply = false; variable
200 bool isReply = false; variable
222 bool isReply = false; variable
252 bool isReply = false; variable
282 bool isReply = true; variable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/
Dbinder_filter.cpp60 bool isReply, in SendTraction()
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/pbreader_parser/
Dhtrace_binder_event_test.cpp40 std::string SetBinderTransactionFormat(uint32_t flags = 0x02, bool isReply = false) in SetBinderTransactionFormat()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dcpu_detail_parser.cpp388 bool isReply = transactionMsg.reply() == 1; in BinderTractionEvent() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/ptreader_parser/bytrace_parser/
Dbytrace_event_parser.cpp781 auto isReply = base::StrToInt<uint32_t>(args.at("reply")); in BinderTransaction() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/
Dhtrace_event_parser.cpp495 bool isReply = msg.reply() == 1; in BinderTractionEvent() local