/system/webservd/test-client/ |
webservd_test_client.rc | 3 oneshot
|
/external/mdnsresponder/ |
mdnsd.rc | 7 oneshot
|
/system/extras/perfprofd/ |
perfprofd.rc | 5 oneshot
|
/bootable/recovery/uncrypt/ |
uncrypt.rc | 5 oneshot 11 oneshot 17 oneshot
|
/external/mtpd/ |
mtpd.rc | 7 oneshot
|
/frameworks/base/cmds/bootanimation/ |
bootanim.rc | 6 oneshot
|
/system/tpm/trunks/ |
trunksd-simulator.rc | 8 oneshot
|
trunksd.rc | 8 oneshot
|
/external/ipsec-tools/ |
racoon.rc | 7 oneshot
|
/device/google/marlin/ |
init.common.nanohub.rc | 8 oneshot
|
/device/huawei/angler/ |
init.angler.nanohub.rc | 9 oneshot
|
init.angler.sensorhub.rc | 16 oneshot
|
/device/lge/bullhead/ |
init.bullhead.diag.rc.userdebug | 14 oneshot
|
init.bullhead.nanohub.rc | 9 oneshot
|
init.bullhead.sensorhub.rc | 9 oneshot
|
/external/replicaisland/res/anim/ |
ui_button.xml | 3 android:oneshot="false">
|
/system/core/logd/ |
logd.rc | 9 oneshot
|
/frameworks/native/cmds/dumpstate/ |
dumpstate.rc | 10 oneshot 19 oneshot 28 oneshot 40 oneshot 48 oneshot
|
/external/robolectric/v1/src/test/resources/res/drawable/ |
animation_list.xml | 2 <animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="false">
|
/device/generic/mini-emulator-arm64/ |
init.mini-emulator.rc | 62 oneshot 74 oneshot 78 oneshot 87 oneshot
|
/device/generic/mini-emulator-armv7-a-neon/ |
init.mini-emulator.rc | 62 oneshot 74 oneshot 78 oneshot 87 oneshot
|
/system/sepolicy/ |
bootanim.te | 1 # bootanimation oneshot service
|
/device/google/contexthub/firmware/inc/ |
timer.h | 42 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void* data, bool oneShot); /* return timer id or 0 if failed */ 43 uint32_t timTimerSetAsApp(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, uint32_t tid, void* data, bool oneShot); /* return timer id or 0 if failed */
|
/device/google/dragon/power/ |
timed_qos_manager.h | 45 TimedQosManager(const char *name, QosObject *qosObj, bool oneShot) : 46 Thread(false), mName(name), mQosObject(qosObj), mOneShot(oneShot), mLock("lock") {}
|
/device/google/contexthub/firmware/src/ |
timer.c | 40 uint64_t period; /* 0 for oneshot */ 156 static uint32_t timTimerSetEx(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TaggedPtr info, void* data, bool oneShot) 176 t->period = oneShot ? 0 : length; 193 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void* data, bool oneShot) 195 return timTimerSetEx(length, jitterPpm, driftPpm, taggedPtrMakeFromPtr(cbk), data, oneShot); 198 uint32_t timTimerSetAsApp(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, uint32_t tid, void* data, bool oneShot) 200 return timTimerSetEx(length, jitterPpm, driftPpm, taggedPtrMakeFromUint(0), data, oneShot);
|