Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 11 of 11) sorted by relevance

/system/chre/apps/chqts/src/general_test/
Dtimer_cancel_test.cc47 Stage *stage = &mStages[i]; in startStages() local
104 void TimerCancelTest::handleStageEvent(Stage *stage) { in handleStageEvent()
145 const Stage *stage = static_cast<const Stage*>(eventData); in handleEvent() local
154 void TimerCancelTest::markSuccess(uint32_t stage) { in markSuccess()
Dtimer_set_test.cc55 TimerSetTest::Stage::Stage(uint32_t stage, uint64_t duration, in Stage()
172 Stage *stage = getStageFromCookie(eventData); in handleEvent() local
181 void TimerSetTest::markSuccess(uint32_t stage) { in markSuccess()
Dtimer_cancel_test.h41 uint32_t stage; member
Dsend_message_to_host_test.cc115 uint32_t stage = getSmallDataIndex(msg); in smallMessageCallback() local
197 void SendMessageToHostTest::markSuccess(uint32_t stage) { in markSuccess()
Dtimer_stress_test.cc159 void TimerStressTest::markSuccess(uint32_t stage) { in markSuccess()
Dheap_exhaustion_stability_test.cc268 void HeapExhaustionStabilityTest::markSuccess(uint32_t stage) { in markSuccess()
/system/chre/apps/chqts/src/shared/
Dtest_success_marker.cc32 void TestSuccessMarker::markStage(uint32_t stage) { in markStage()
47 bool TestSuccessMarker::isStageMarked(uint32_t stage) { in isStageMarked()
56 void TestSuccessMarker::markStageAndSuccessOnFinish(uint32_t stage) { in markStageAndSuccessOnFinish()
/system/bt/btif/src/
Dbtif_sock_sdp.cc125 const char* stage = "protocol_list"; in create_base_record() local
182 const char* stage = "create_base_record"; in add_sdp_by_uuid() local
226 const char* stage = "create_base_record"; in add_pbap_sdp() local
287 const char* stage = "create_base_record"; in add_ops_sdp() local
352 const char* stage = "create_base_record"; in add_spp_sdp() local
/system/tools/hidl/
DType.cpp163 status_t Type::recursivePass(ParseStage stage, const std::function<status_t(Type*)>& func, in recursivePass()
187 status_t Type::recursivePass(ParseStage stage, const std::function<status_t(const Type*)>& func, in recursivePass()
365 void Type::setParseStage(ParseStage stage) { in setParseStage()
/system/chre/external/kiss_fft/
Dkissfft.hh78 … void kf_work( int stage,cpx_type * Fout, const cpx_type * f, size_t fstride,size_t in_stride) in kf_work()
/system/update_engine/update_manager/
Dreal_updater_provider.cc150 Stage stage; member