/frameworks/base/services/core/java/com/android/server/location/ |
FlpHardwareProvider.java | 88 final boolean oneShot = false; 93 oneShot);
|
GnssLocationProvider.java | [all...] |
/device/google/contexthub/firmware/inc/ |
osApi.h | 117 #define SYSCALL_OS_MAIN_TIME_SET_TIMER 1 // (uint32_t len_lo, uint32_t len_hi, uint32_t jitterPpm, uint32_t driftPpm, uint32_t tidForTimerEvt, void *cookie, bool oneshot) -> u32 timerId
|
/device/google/contexthub/firmware/src/drivers/hall/ |
hall.c | 96 mTask.debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (void*)pinState, true /* oneShot */);
|
/device/google/contexthub/firmware/src/drivers/hall_twopole/ |
hall_twopole.c | 100 data->debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (void*)currPinState, true /* oneShot */);
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
tracing_category_filter_unittest.py | 138 "DELAY(foo;0.016;oneshot)")
|
/frameworks/support/samples/SupportLeanbackDemos/res/drawable/ |
tv_content.xml | 19 android:oneshot="true">
|
/device/google/contexthub/firmware/src/ |
hostIntf.c | 101 uint8_t oneshot : 1; member in struct:ActiveSensor 756 mActiveSensorTable[j].oneshot = false; [all...] |
osApi.c | 208 bool oneshot = va_arg(args, int); local 211 *retValP = timTimerSetAsApp(length, jitterPpm, driftPpm, 0, cookie, oneshot);
|
/device/google/contexthub/inc/ |
chre_re.h | 245 * @param oneShot If true, the timer will just fire once. If false, the 255 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot);
|
/device/google/contexthub/util/nanotool/ |
contexthub.h | 82 OneShot = 0xFFFFFF02,
|
/external/libchrome/base/trace_event/ |
trace_config.h | 91 // Example: TraceConfig("DELAY(gpu.PresentingFrame;16;oneshot)", "");
|
trace_log.cc | 494 } else if (token == "oneshot") { [all...] |
/system/core/init/ |
service.cpp | 117 // Oneshot processes go into the disabled state on exit, 291 {"oneshot", {0, 0, &Service::HandleOneshot}}, 326 // on exit, unless they are ONESHOT.
|
readme.txt | 164 oneshot
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
AnimationDrawableTest.java | 317 // android:oneShot="true"
|
/frameworks/base/docs/html/guide/topics/resources/ |
animation-resource.jd | 801 android:oneshot=["true" | "false"] > [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CallbackProcessor.cpp | 346 ALOGV("%s: clearing oneshot", __FUNCTION__);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiMetrics.java | 579 * Increment oneshot scan count, and the associated WifiSystemScanStateCount entry 589 * Get oneshot scan count [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
cloud_api.py | 254 ONE_SHOT = 'oneshot'
|
/frameworks/base/packages/SystemUI/res/drawable/ |
tv_pip_onboarding_remote.xml | 17 android:oneshot="false">
|
/system/core/rootdir/ |
init.rc | 659 oneshot
|
/frameworks/base/core/jni/ |
android_view_ThreadedRenderer.cpp | 388 // VectorDrawable's oneshot listener is updated when there are user triggered animation [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CatService.java | 698 byte[] additionalInfo, boolean oneShot) { [all...] |
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
bosch_bmi160.c | [all...] |