Home
last modified time | relevance | path

Searched defs:oneShot (Results 1 – 7 of 7) sorted by relevance

/system/gsid/aidl/android/gsi/
DIGsiService.aidl89 int enableGsi(boolean oneShot, @utf8InCpp String dsuSlot); in enableGsi()
96 …oneway void enableGsiAsync(boolean oneShot, @utf8InCpp String dsuSlot, IGsiServiceCallback result); in enableGsiAsync()
/system/chre/apps/test/chqts/src/general_test/
Dtimer_cancel_test.h44 bool oneShot; member
Dtimer_set_test.cc61 const void *cookie, bool oneShot) in Stage()
/system/chre/platform/shared/
Dchre_api_re.cc88 bool oneShot) { in chreTimerSet()
/system/teeui/libteeui/include/secure_input/
Devdev.h112 bool oneShot; member
/system/teeui/libteeui/src/
Devdev.cpp99 std::chrono::steady_clock::duration duration, bool oneShot) { in addTimer()
/system/chre/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc692 void Manager::setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle) { in setTimer()