/system/core/libunwindstack/benchmarks/ |
D | SymbolBenchmark.cpp | 32 static void BenchmarkSymbolLookup(benchmark::State& state, std::vector<uint64_t> offsets, in BenchmarkSymbolLookup() argument 38 for (auto _ : state) { in BenchmarkSymbolLookup() 39 state.PauseTiming(); in BenchmarkSymbolLookup() 51 state.ResumeTiming(); in BenchmarkSymbolLookup() 64 state.PauseTiming(); in BenchmarkSymbolLookup() 73 state.ResumeTiming(); in BenchmarkSymbolLookup() 77 state.counters["RSS_BYTES"] = rss_bytes / static_cast<double>(state.iterations()); in BenchmarkSymbolLookup() 79 state.counters["ALLOCATED_BYTES"] = alloc_bytes / static_cast<double>(state.iterations()); in BenchmarkSymbolLookup() 82 static void BenchmarkSymbolLookup(benchmark::State& state, uint64_t pc, std::string elf_file, in BenchmarkSymbolLookup() argument 84 BenchmarkSymbolLookup(state, std::vector<uint64_t>{pc}, elf_file, expect_found); in BenchmarkSymbolLookup() [all …]
|
D | ElfBenchmark.cpp | 32 static void BenchmarkElfCreate(benchmark::State& state, const std::string& elf_file) { in BenchmarkElfCreate() argument 37 for (auto _ : state) { in BenchmarkElfCreate() 38 state.PauseTiming(); in BenchmarkElfCreate() 46 state.ResumeTiming(); in BenchmarkElfCreate() 53 state.PauseTiming(); in BenchmarkElfCreate() 62 state.ResumeTiming(); in BenchmarkElfCreate() 66 state.counters["RSS_BYTES"] = rss_bytes / static_cast<double>(state.iterations()); in BenchmarkElfCreate() 68 state.counters["ALLOCATED_BYTES"] = alloc_bytes / static_cast<double>(state.iterations()); in BenchmarkElfCreate() 71 void BM_elf_create(benchmark::State& state) { in BM_elf_create() argument 72 BenchmarkElfCreate(state, GetElfFile()); in BM_elf_create() [all …]
|
D | MapsBenchmark.cpp | 56 static void ReparseBenchmark(benchmark::State& state, const char* maps1, size_t maps1_total, in ReparseBenchmark() argument 58 for (auto _ : state) { in ReparseBenchmark() 79 void BM_local_updatable_maps_reparse_double_initial_small(benchmark::State& state) { in BM_local_updatable_maps_reparse_double_initial_small() argument 86 ReparseBenchmark(state, initial_maps.path, kNumSmallMaps / 2, reparse_maps.path, kNumSmallMaps); in BM_local_updatable_maps_reparse_double_initial_small() 90 void BM_local_updatable_maps_reparse_double_initial_large(benchmark::State& state) { in BM_local_updatable_maps_reparse_double_initial_large() argument 97 ReparseBenchmark(state, initial_maps.path, kNumLargeMaps / 2, reparse_maps.path, kNumLargeMaps); in BM_local_updatable_maps_reparse_double_initial_large() 101 void BM_local_updatable_maps_reparse_same_maps_small(benchmark::State& state) { in BM_local_updatable_maps_reparse_same_maps_small() argument 106 ReparseBenchmark(state, maps.path, kNumSmallMaps, maps.path, kNumSmallMaps); in BM_local_updatable_maps_reparse_same_maps_small() 110 void BM_local_updatable_maps_reparse_same_maps_large(benchmark::State& state) { in BM_local_updatable_maps_reparse_same_maps_large() argument 114 ReparseBenchmark(state, maps.path, kNumLargeMaps, maps.path, kNumLargeMaps); in BM_local_updatable_maps_reparse_same_maps_large() [all …]
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 134 State state = stateStack.pop(); in endElement() local 135 switch (state.name) { in endElement() 137 schema = makeSchema(state); in endElement() 140 stateStack.peek().tags.add(makeElement(state)); in endElement() 143 stateStack.peek().tags.add(makeAttribute(state)); in endElement() 146 stateStack.peek().tags.add(makeAttributeGroup(state)); in endElement() 149 stateStack.peek().tags.add(makeComplexType(state)); in endElement() 152 stateStack.peek().tags.add(makeComplexContent(state)); in endElement() 155 stateStack.peek().tags.add(makeSimpleContent(state)); in endElement() 159 stateStack.peek().tags.add(makeEnumRestriction(state)); in endElement() [all …]
|
/system/core/libpixelflinger/ |
D | clear.cpp | 42 c->state.clear.dirty = GGL_STENCIL_BUFFER_BIT | in ggl_init_clear() 45 c->state.clear.depth = FIXED_ONE; in ggl_init_clear() 99 const uint32_t l = c->state.scissor.left; in ggl_clear() 100 const uint32_t t = c->state.scissor.top; in ggl_clear() 101 uint32_t w = c->state.scissor.right - l; in ggl_clear() 102 uint32_t h = c->state.scissor.bottom - t; in ggl_clear() 108 if (c->state.buffers.color.format == 0) in ggl_clear() 111 if (c->state.buffers.depth.format == 0) in ggl_clear() 114 if (c->state.buffers.stencil.format == 0) in ggl_clear() 118 if (c->state.clear.dirty & GGL_COLOR_BUFFER_BIT) { in ggl_clear() [all …]
|
D | pixelflinger.cpp | 106 ggl_set_surface(c, &c->state.texture[tmu].surface, surface); in ggl_bindTextureLod() 112 if (surface->format != c->state.buffers.color.format) in ggl_colorBuffer() 115 if (surface->width > c->state.buffers.coverageBufferSize) { in ggl_colorBuffer() 117 free(c->state.buffers.coverage); in ggl_colorBuffer() 118 c->state.buffers.coverage = (int16_t*)malloc(surface->width * 2); in ggl_colorBuffer() 119 c->state.buffers.coverageBufferSize = in ggl_colorBuffer() 120 c->state.buffers.coverage ? surface->width : 0; in ggl_colorBuffer() 122 ggl_set_surface(c, &(c->state.buffers.color), surface); in ggl_colorBuffer() 123 if (c->state.buffers.read.format == 0) { in ggl_colorBuffer() 124 ggl_set_surface(c, &(c->state.buffers.read), surface); in ggl_colorBuffer() [all …]
|
D | picker.cpp | 39 const uint32_t enables = c->state.enables; in ggl_pick() 40 needs_t new_needs(c->state.needs); in ggl_pick() 44 new_needs.n |= GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT); in ggl_pick() 50 uint32_t n = GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT); in ggl_pick() 53 uint32_t src = c->state.blend.src; in ggl_pick() 54 uint32_t dst = c->state.blend.dst; in ggl_pick() 55 uint32_t src_alpha = c->state.blend.src_alpha; in ggl_pick() 56 uint32_t dst_alpha = c->state.blend.dst_alpha; in ggl_pick() 57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ]; in ggl_pick() 84 if (c->state.blend.alpha_separate) { in ggl_pick() [all …]
|
/system/core/liblog/tests/ |
D | liblog_benchmark.cpp | 58 static void BM_log_maximum_retry(benchmark::State& state) { in BM_log_maximum_retry() argument 59 while (state.KeepRunning()) { in BM_log_maximum_retry() 61 state.iterations())); in BM_log_maximum_retry() 71 static void BM_log_maximum(benchmark::State& state) { in BM_log_maximum() argument 72 while (state.KeepRunning()) { in BM_log_maximum() 73 __android_log_print(ANDROID_LOG_INFO, "BM_log_maximum", "%" PRIu64, state.iterations()); in BM_log_maximum() 89 static void BM_clock_overhead(benchmark::State& state) { in BM_clock_overhead() argument 90 while (state.KeepRunning()) { in BM_clock_overhead() 91 state.PauseTiming(); in BM_clock_overhead() 92 state.ResumeTiming(); in BM_clock_overhead() [all …]
|
/system/core/init/ |
D | tokenizer.cpp | 8 int next_token(struct parse_state *state) in next_token() argument 10 char *x = state->ptr; in next_token() 13 if (state->nexttoken) { in next_token() 14 int t = state->nexttoken; in next_token() 15 state->nexttoken = 0; in next_token() 22 state->ptr = x; in next_token() 26 state->ptr = x; in next_token() 36 state->ptr = x+1; in next_token() 39 state->ptr = x; in next_token() 48 state->ptr = x; in next_token() [all …]
|
/system/netd/tests/benchmarks/ |
D | bpf_benchmark.cpp | 36 BENCHMARK_DEFINE_F(BpfBenchMark, MapWriteNewEntry)(benchmark::State& state) { in BENCHMARK_DEFINE_F() 37 for (auto _ : state) { in BENCHMARK_DEFINE_F() 39 mBpfTestMap.writeValue(state.range(0), state.range(0), BPF_NOEXIST); in BENCHMARK_DEFINE_F() 43 BENCHMARK_DEFINE_F(BpfBenchMark, MapUpdateEntry)(benchmark::State& state) { in BENCHMARK_DEFINE_F() 48 for (auto _ : state) { in BENCHMARK_DEFINE_F() 50 mBpfTestMap.writeValue(state.range(0), state.range(0) + 1, BPF_EXIST); in BENCHMARK_DEFINE_F() 54 BENCHMARK_DEFINE_F(BpfBenchMark, MapDeleteAddEntry)(benchmark::State& state) { in BENCHMARK_DEFINE_F() 59 for (auto _ : state) { in BENCHMARK_DEFINE_F() 61 mBpfTestMap.deleteValue(state.range(0)); in BENCHMARK_DEFINE_F() 63 mBpfTestMap.writeValue(state.range(0), state.range(0) + 1, BPF_NOEXIST); in BENCHMARK_DEFINE_F() [all …]
|
D | connect_benchmark.cpp | 99 static void ipv4_loopback(benchmark::State& state, const bool waitBetweenRuns) { in ipv4_loopback() argument 103 state.SkipWithError("Unable to bind server socket"); in ipv4_loopback() 108 std::vector<uint64_t> latencies(state.max_iterations); in ipv4_loopback() 111 while (state.KeepRunning()) { in ipv4_loopback() 114 state.SkipWithError(StringPrintf("socket() failed with errno=%d", errno).c_str()); in ipv4_loopback() 122 state.SkipWithError(StringPrintf("connect() failed with errno=%d", errno).c_str()); in ipv4_loopback() 129 state.SetIterationTime(static_cast<double>(latencies[iterations]) / 1.0e6L); in ipv4_loopback() 138 state.SkipWithError(StringPrintf("accept() failed with errno=%d", errno).c_str()); in ipv4_loopback() 152 state.SetLabel(StringPrintf("%lld", (long long) latencies[iterations * 9 / 10])); in ipv4_loopback() 156 static void ipv6_loopback(benchmark::State& state, const bool waitBetweenRuns) { in ipv6_loopback() argument [all …]
|
D | dns_benchmark.cpp | 61 void SetUp(const ::benchmark::State& state) override { in SetUp() argument 62 if (state.thread_index == 0) { in SetUp() 76 void TearDown(const ::benchmark::State& state) override { in TearDown() argument 77 if (state.thread_index == 0) { in TearDown() 86 void benchmark(benchmark::State& state) { in benchmark() argument 87 while (state.KeepRunning()) { in benchmark() 92 state.SkipWithError(StringPrintf("getaddrinfo failed with errno=%d", in benchmark() 104 BENCHMARK_DEFINE_F(DnsFixture, getaddrinfo)(benchmark::State& state) { in BENCHMARK_DEFINE_F() 105 benchmark(state); in BENCHMARK_DEFINE_F()
|
/system/update_engine/payload_consumer/ |
D | delta_performer_integration_test.cc | 361 DeltaState* state, in GenerateDeltaFile() argument 363 EXPECT_TRUE(utils::MakeTempFile("a_img.XXXXXX", &state->a_img, nullptr)); in GenerateDeltaFile() 364 EXPECT_TRUE(utils::MakeTempFile("b_img.XXXXXX", &state->b_img, nullptr)); in GenerateDeltaFile() 369 utils::MakeTempFile("result_img.XXXXXX", &state->result_img, nullptr)); in GenerateDeltaFile() 373 base::FilePath(state->a_img))); in GenerateDeltaFile() 375 state->image_size = utils::FileSize(state->a_img); in GenerateDeltaFile() 400 ScopedLoopMounter b_mounter(state->a_img, &a_mnt, 0); in GenerateDeltaFile() 436 brillo::Blob ones(state->image_size, 0xff); in GenerateDeltaFile() 438 utils::WriteFile(state->result_img.c_str(), ones.data(), ones.size())); in GenerateDeltaFile() 439 EXPECT_EQ(utils::FileSize(state->a_img), utils::FileSize(state->result_img)); in GenerateDeltaFile() [all …]
|
/system/media/audio_utils/benchmarks/ |
D | primitives_benchmark.cpp | 25 static void BM_MemcpyToFloatFromFloatWithClamping(benchmark::State& state) { in BM_MemcpyToFloatFromFloatWithClamping() argument 26 const size_t count = state.range(0); in BM_MemcpyToFloatFromFloatWithClamping() 27 const float srcMax = state.range(1); in BM_MemcpyToFloatFromFloatWithClamping() 43 while (state.KeepRunning()) { in BM_MemcpyToFloatFromFloatWithClamping() 51 state.SkipWithError("Incorrect clamping!"); in BM_MemcpyToFloatFromFloatWithClamping() 53 state.SetComplexityN(state.range(0)); in BM_MemcpyToFloatFromFloatWithClamping() 58 static void BM_MemcpyFloat(benchmark::State& state) { in BM_MemcpyFloat() argument 59 const size_t count = state.range(0); in BM_MemcpyFloat() 72 while (state.KeepRunning()) { in BM_MemcpyFloat() 80 state.SkipWithError("Incorrect memcpy!"); in BM_MemcpyFloat() [all …]
|
D | statistics_benchmark.cpp | 36 static void BM_MeanVariance(benchmark::State& state, int iterlimit, int alphalimit) { in BM_MeanVariance() argument 47 while (state.KeepRunning()) { in BM_MeanVariance() 59 state.SetComplexityN(count); in BM_MeanVariance() 72 static void BM_MeanVariance_float_float_float(benchmark::State &state) { in BM_MeanVariance_float_float_float() argument 73 BM_MeanVariance<android::audio_utils::Statistics<float, float, float>>(state, in BM_MeanVariance_float_float_float() 80 static void BM_RefMeanVariance_float_float(benchmark::State &state) { in BM_RefMeanVariance_float_float() argument 81 BM_MeanVariance<android::audio_utils::ReferenceStatistics<float, float>>(state, in BM_RefMeanVariance_float_float() 88 static auto BM_MeanVariance_float_double_double(benchmark::State &state) { in BM_MeanVariance_float_double_double() argument 89 BM_MeanVariance<android::audio_utils::Statistics<float, double, double>>(state, in BM_MeanVariance_float_double_double() 96 static auto BM_RefMeanVariance_float_double(benchmark::State &state) { in BM_RefMeanVariance_float_double() argument [all …]
|
/system/extras/memory_replay/ |
D | TraceBenchmark.cpp | 152 static void RunTrace(benchmark::State& state, TraceDataType* trace_data) { in RunTrace() argument 244 state.SetIterationTime(total_ns / double(1000000000.0)); in RunTrace() 252 static void BenchmarkTrace(benchmark::State& state, const char* filename, bool enable_decay_time) { in BenchmarkTrace() argument 265 for (auto _ : state) { in BenchmarkTrace() 266 RunTrace(state, &trace_data); in BenchmarkTrace() 280 static void BM_angry_birds2(benchmark::State& state) { in BM_angry_birds2() argument 281 BenchmarkTrace(state, "angry_birds2.zip", true); in BM_angry_birds2() 286 static void BM_angry_birds2_no_decay(benchmark::State& state) { in BM_angry_birds2_no_decay() argument 287 BenchmarkTrace(state, "angry_birds2.zip", false); in BM_angry_birds2_no_decay() 292 static void BM_camera(benchmark::State& state) { in BM_camera() argument [all …]
|
/system/libbase/ |
D | format_benchmark.cpp | 27 static void BenchmarkFormatInt(benchmark::State& state) { in BenchmarkFormatInt() argument 28 for (auto _ : state) { in BenchmarkFormatInt() 36 static void BenchmarkStringPrintfInt(benchmark::State& state) { in BenchmarkStringPrintfInt() argument 37 for (auto _ : state) { in BenchmarkStringPrintfInt() 45 static void BenchmarkFormatFloat(benchmark::State& state) { in BenchmarkFormatFloat() argument 46 for (auto _ : state) { in BenchmarkFormatFloat() 54 static void BenchmarkStringPrintfFloat(benchmark::State& state) { in BenchmarkStringPrintfFloat() argument 55 for (auto _ : state) { in BenchmarkStringPrintfFloat() 63 static void BenchmarkFormatStrings(benchmark::State& state) { in BenchmarkFormatStrings() argument 64 for (auto _ : state) { in BenchmarkFormatStrings() [all …]
|
/system/core/libutils/ |
D | Vector_benchmark.cpp | 21 void BM_fill_android_vector(benchmark::State& state) { in BM_fill_android_vector() argument 23 while (state.KeepRunning()) { in BM_fill_android_vector() 29 void BM_fill_std_vector(benchmark::State& state) { in BM_fill_std_vector() argument 31 while (state.KeepRunning()) { in BM_fill_std_vector() 37 void BM_prepend_android_vector(benchmark::State& state) { in BM_prepend_android_vector() argument 39 while (state.KeepRunning()) { in BM_prepend_android_vector() 45 void BM_prepend_std_vector(benchmark::State& state) { in BM_prepend_std_vector() argument 47 while (state.KeepRunning()) { in BM_prepend_std_vector()
|
/system/bt/stack/rfcomm/ |
D | rfc_mx_fsm.cc | 74 << ", state=" << std::to_string(p_mcb->state) << ", event=" << event; in rfc_mx_sm_execute() 75 switch (p_mcb->state) { in rfc_mx_sm_execute() 137 p_mcb->state = RFC_MX_STATE_WAIT_CONN_CNF; in rfc_mx_sm_state_idle() 145 RFCOMM_TRACE_ERROR("Mx error state %d event %d", p_mcb->state, event); in rfc_mx_sm_state_idle() 156 p_mcb->state = RFC_MX_STATE_CONFIGURE; in rfc_mx_sm_state_idle() 175 p_mcb->state); in rfc_mx_sm_state_idle() 193 RFCOMM_TRACE_ERROR("Mx error state %d event %d", p_mcb->state, event); in rfc_mx_sm_state_wait_conn_cnf() 205 p_mcb->state = RFC_MX_STATE_IDLE; in rfc_mx_sm_state_wait_conn_cnf() 210 p_mcb->state = RFC_MX_STATE_CONFIGURE; in rfc_mx_sm_state_wait_conn_cnf() 215 p_mcb->state = RFC_MX_STATE_IDLE; in rfc_mx_sm_state_wait_conn_cnf() [all …]
|
/system/libziparchive/ |
D | zip_archive_benchmark.cpp | 52 static void FindEntry_no_match(benchmark::State& state) { in FindEntry_no_match() argument 63 for (auto _ : state) { in FindEntry_no_match() 71 static void Iterate_all_files(benchmark::State& state) { in Iterate_all_files() argument 78 for (auto _ : state) { in Iterate_all_files() 89 static void StartAlignedEntry(benchmark::State& state) { in StartAlignedEntry() argument 95 auto alignment = uint32_t(state.range(0)); in StartAlignedEntry() 98 for (auto _ : state) { in StartAlignedEntry() 100 state.PauseTiming(); in StartAlignedEntry() 103 state.ResumeTiming(); in StartAlignedEntry() 111 static void ExtractEntry(benchmark::State& state) { in ExtractEntry() argument [all …]
|
/system/libhwbinder/vts/performance/ |
D | Benchmark.cpp | 70 static void BM_sendVec(benchmark::State& state, sp<IBenchmark> service) { in BM_sendVec() argument 73 data_vec.resize(state.range(0)); in BM_sendVec() 74 for (int i = 0; i < state.range(0); i++) { in BM_sendVec() 78 while (state.KeepRunning()) { in BM_sendVec() 84 static void BM_sendVec_passthrough(benchmark::State& state) { in BM_sendVec_passthrough() argument 88 state.SkipWithError("Failed to retrieve benchmark service."); in BM_sendVec_passthrough() 91 state.SkipWithError("Benchmark service is remote."); in BM_sendVec_passthrough() 93 BM_sendVec(state, service); in BM_sendVec_passthrough() 96 static void BM_sendVec_binderize(benchmark::State& state) { in BM_sendVec_binderize() argument 100 state.SkipWithError("Failed to retrieve benchmark service."); in BM_sendVec_binderize() [all …]
|
/system/bt/bta/ag/ |
D | bta_ag_sco.cc | 79 static const char* bta_ag_sco_state_str(uint8_t state) { in bta_ag_sco_state_str() argument 80 switch (state) { in bta_ag_sco_state_str() 143 bta_ag_cb.sco.state = BTA_AG_SCO_SHUTDOWN_ST; in bta_ag_sco_conn_cback() 164 sco_idx, bta_ag_cb.sco.p_curr_scb, bta_ag_cb.sco.state); in bta_ag_sco_disc_cback() 170 bta_ag_cb.scb[0].state); in bta_ag_sco_disc_cback() 175 bta_ag_cb.scb[1].state); in bta_ag_sco_disc_cback() 199 bta_ag_cb.sco.p_curr_scb->state = BTA_AG_SCO_CODEC_ST; in bta_ag_sco_disc_cback() 231 bta_ag_cb.sco.state = BTA_AG_SCO_SHUTDOWN_ST; in bta_ag_sco_disc_cback() 293 bta_ag_cb.sco.state = BTA_AG_SCO_OPENING_ST; in bta_ag_esco_connreq_cback() 301 bta_ag_cb.sco.state = BTA_AG_SCO_OPEN_XFER_ST; in bta_ag_esco_connreq_cback() [all …]
|
/system/extras/mmap-perf/ |
D | mmapPerf.cpp | 114 static void benchRandomRead(benchmark::State& state) { in benchRandomRead() argument 116 while (state.KeepRunning()) { in benchRandomRead() 120 state.SetBytesProcessed(state.iterations() * pageSize); in benchRandomRead() 124 static void benchRandomWrite(benchmark::State& state) { in benchRandomWrite() argument 126 while (state.KeepRunning()) { in benchRandomWrite() 130 state.SetBytesProcessed(state.iterations() * pageSize); in benchRandomWrite() 134 static void benchLinearRead(benchmark::State& state) { in benchLinearRead() argument 137 while (state.KeepRunning()) { in benchLinearRead() 141 state.SetBytesProcessed(state.iterations() * pageSize); in benchLinearRead() 145 static void benchLinearWrite(benchmark::State& state) { in benchLinearWrite() argument [all …]
|
/system/iorap/src/perfetto/ |
D | rx_producer.cc | 36 std::ostream& operator<<(std::ostream& os, State state) { in operator <<() argument 37 switch (state) { in operator <<() 164 State state; // Never invalid. member 180 os << "PerfettoStateChange{" << state_change.state << "," in operator <<() 225 void DcheckBadStateTransition(State state, bool fail_unless = false) const { in DcheckBadStateTransition() argument 226 DCHECK(fail_unless) << "Invalid state transition to " << state << " from " << last_state; in DcheckBadStateTransition() 229 void DcheckValidStateTransition(State state) { in DcheckValidStateTransition() argument 231 DCHECK_GE(state, State::kTraceFailed); in DcheckValidStateTransition() 232 DCHECK_LE(state, State::kTraceEnded); in DcheckValidStateTransition() 235 DCHECK_NE(state, State::kIdle); in DcheckValidStateTransition() [all …]
|
/system/nfc/src/nfc/tags/ |
D | rw_t1t.cc | 51 static std::string rw_t1t_get_state_name(uint8_t state); 73 uint8_t begin_state = p_t1t->state; in rw_t1t_data_cback() 81 "state:%s (%d)", rw_t1t_get_state_name(p_t1t->state).c_str(), in rw_t1t_data_cback() 82 p_t1t->state); in rw_t1t_data_cback() 86 if ((p_t1t->state == RW_T1T_STATE_IDLE) || (!p_cmd_rsp_info)) { in rw_t1t_data_cback() 149 rw_t1t_get_state_name(p_t1t->state).c_str(), p_cmd_rsp_info->opcode); in rw_t1t_data_cback() 194 if ((p_t1t->state != RW_T1T_STATE_READ) && in rw_t1t_data_cback() 195 (p_t1t->state != RW_T1T_STATE_WRITE)) { in rw_t1t_data_cback() 206 if (begin_state != p_t1t->state) { in rw_t1t_data_cback() 210 rw_t1t_get_state_name(p_t1t->state).c_str()); in rw_t1t_data_cback() [all …]
|