Searched defs:stage (Results 1 – 11 of 11) sorted by relevance
/system/chre/apps/chqts/src/general_test/ |
D | timer_cancel_test.cc | 47 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()
|
D | timer_set_test.cc | 55 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()
|
D | timer_cancel_test.h | 41 uint32_t stage; member
|
D | send_message_to_host_test.cc | 115 uint32_t stage = getSmallDataIndex(msg); in smallMessageCallback() local 197 void SendMessageToHostTest::markSuccess(uint32_t stage) { in markSuccess()
|
D | timer_stress_test.cc | 159 void TimerStressTest::markSuccess(uint32_t stage) { in markSuccess()
|
D | heap_exhaustion_stability_test.cc | 268 void HeapExhaustionStabilityTest::markSuccess(uint32_t stage) { in markSuccess()
|
/system/chre/apps/chqts/src/shared/ |
D | test_success_marker.cc | 32 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/ |
D | btif_sock_sdp.cc | 125 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/ |
D | Type.cpp | 163 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/ |
D | kissfft.hh | 78 … 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/ |
D | real_updater_provider.cc | 150 Stage stage; member
|