/system/chre/apps/chqts/src/general_test/ |
D | timer_cancel_test.cc | 46 Stage *stage = &mStages[i]; in startStages() local 47 stage->timerId = chreTimerSet(kDuration, stage, stage->oneShot); in startStages() 48 if (stage->timerId == CHRE_TIMER_INVALID) { in startStages() 51 if (stage->expectCallback) { in startStages() 56 if (!chreTimerCancel(stage->timerId)) { in startStages() 59 if (chreTimerCancel(stage->timerId)) { in startStages() 103 void TimerCancelTest::handleStageEvent(Stage *stage) { in handleStageEvent() argument 104 if (!stage->expectCallback) { in handleStageEvent() 105 sendFatalFailureToHost("Timer didn't cancel:", &stage->stage); in handleStageEvent() 109 stage->expectCallback = false; in handleStageEvent() [all …]
|
D | timer_set_test.cc | 55 TimerSetTest::Stage::Stage(uint32_t stage, uint64_t duration, in Stage() argument 57 : mSetTime(0), mDuration(duration), mStage(stage), mEventCount(0), in Stage() 172 Stage *stage = getStageFromCookie(eventData); in handleEvent() local 173 if (stage == nullptr) { in handleEvent() 176 stage->processEvent(timestamp, this); in handleEvent() 181 void TimerSetTest::markSuccess(uint32_t stage) { in markSuccess() argument 182 chreLog(CHRE_LOG_DEBUG, "Stage %" PRIu32 " succeeded", stage); in markSuccess() 183 uint32_t finishedBit = (1 << stage); in markSuccess() 185 sendFatalFailureToHost("markSuccess bad stage", &stage); in markSuccess()
|
D | timer_cancel_test.h | 41 uint32_t stage; member 48 stage(stage_), timerId(CHRE_TIMER_INVALID), oneShot(oneShot_), in Stage() 61 void handleStageEvent(Stage *stage); 62 void markSuccess(uint32_t stage);
|
D | send_message_to_host_test.cc | 115 uint32_t stage = getSmallDataIndex(msg); in smallMessageCallback() local 117 switch (stage) { in smallMessageCallback() 130 sendInternalFailureToHost("Invalid index", &stage); in smallMessageCallback() 136 markSuccess(stage); in smallMessageCallback() 197 void SendMessageToHostTest::markSuccess(uint32_t stage) { in markSuccess() argument 198 chreLog(CHRE_LOG_DEBUG, "Stage %" PRIu32 " succeeded", stage); in markSuccess() 199 uint32_t finishedBit = (1 << stage); in markSuccess() 202 &stage); in markSuccess() 205 sendFatalFailureToHost("markSuccess bad stage", &stage); in markSuccess()
|
D | timer_stress_test.cc | 159 void TimerStressTest::markSuccess(uint32_t stage) { in markSuccess() argument 160 chreLog(CHRE_LOG_DEBUG, "Stage %" PRIu32 " succeeded", stage); in markSuccess() 161 uint32_t finishedBit = (1 << stage); in markSuccess() 163 sendFatalFailureToHost("markSuccess bad stage:", &stage); in markSuccess() 166 sendFatalFailureToHost("timer over-triggered:", &stage); in markSuccess()
|
D | heap_exhaustion_stability_test.cc | 267 void HeapExhaustionStabilityTest::markSuccess(uint32_t stage) { in markSuccess() argument 268 chreLog(CHRE_LOG_DEBUG, "Stage %" PRIu32 " succeeded", stage); in markSuccess() 269 uint32_t finishedBit = (1 << stage); in markSuccess() 271 sendFatalFailureToHost("markSuccess bad stage", &stage); in markSuccess() 276 sendFatalFailureToHost("markSuccess stage triggered twice", &stage); in markSuccess()
|
D | timer_set_test.h | 34 void markSuccess(uint32_t stage); 44 Stage(uint32_t stage, uint64_t duration, const void *cookie,
|
D | timer_stress_test.h | 49 void markSuccess(uint32_t stage);
|
D | heap_exhaustion_stability_test.h | 66 void markSuccess(uint32_t stage);
|
D | send_message_to_host_test.h | 94 static void markSuccess(uint32_t stage);
|
/system/bt/btif/src/ |
D | btif_sock_sdp.cc | 125 const char* stage = "protocol_list"; in create_base_record() local 131 stage = "service_name"; in create_base_record() 137 stage = "browseable"; in create_base_record() 151 stage, channel, name, with_obex); in create_base_record() 182 const char* stage = "create_base_record"; in add_sdp_by_uuid() local 192 stage = "service_class_sequence"; in add_sdp_by_uuid() 205 __func__, stage, name); in add_sdp_by_uuid() 226 const char* stage = "create_base_record"; in add_pbap_sdp() local 231 stage = "service_class"; in add_pbap_sdp() 235 stage = "profile_descriptor_list"; in add_pbap_sdp() [all …]
|
/system/chre/apps/chqts/src/busy_startup/ |
D | busy_startup.cc | 72 static void markSuccess(uint32_t stage) { in markSuccess() argument 73 uint32_t finishedBit = (1 << stage); in markSuccess() 75 sendFatalFailureToHost("markSuccess bad stage", &stage); in markSuccess() 79 chreLog(CHRE_LOG_DEBUG, "Stage %" PRIu32 " succeeded", stage); in markSuccess()
|
/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() argument 80 int p = _stageRadix[stage]; in kf_work() 81 int m = _stageRemainder[stage]; in kf_work() 96 kf_work(stage+1, Fout , f, fstride*p,in_stride); in kf_work()
|
/system/update_engine/update_manager/ |
D | real_updater_provider.cc | 149 Stage stage; member 182 return new Stage(key_val.stage); in GetValue()
|
/system/core/init/ |
D | README.md | 38 Devices that mount /system, /vendor through the first stage mount mechanism 44 Legacy devices without the first stage mount mechanism do the following: 252 launched very early during bootup and can run until the last stage 556 2. When it imports /{system,vendor,odm}/etc/init/ for first stage mount 569 Nonetheless, the defacto order for first stage mount devices is: 607 stage of init started. 610 > How long it took the first stage to initialize SELinux.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | kernel.te | 14 # Get file contexts during first stage
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | kernel.te | 14 # Get file contexts during first stage
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | kernel.te | 14 # Get file contexts during first stage
|
/system/sepolicy/public/ |
D | kernel.te | 14 # Get file contexts during first stage
|
/system/core/rootdir/ |
D | init.rc | 283 # /system and /vendor must be mounted by the end of the fs stage, 290 # specified in the previous mount_all command on the fs stage.
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 9959 initiation value or a chained value from a previous stage. The chaining for each mode is:
|
D | raw_commands_fixed.txt | 9970 initiation value or a chained value from a previous stage. The chaining for each mode is:
|