Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 60) sorted by relevance

123

/hardware/libhardware/tests/input/evdev/
DInputDevice_test.cpp75 nsecs_t when = 2ULL; in TEST_F() local
76 InputEvent msc1 = { when, EV_MSC, MSC_ANDROID_TIME_SEC, 1 }; in TEST_F()
77 InputEvent msc2 = { when, EV_MSC, MSC_ANDROID_TIME_USEC, 900000 }; in TEST_F()
80 InputEvent keyDown = { when, EV_KEY, KEY_HOME, 1 }; in TEST_F()
81 InputEvent syn = { when, EV_SYN, SYN_REPORT, 0 }; in TEST_F()
84 InputEvent keyUp = { when, EV_KEY, KEY_HOME, 0 }; in TEST_F()
86 device->processInput(msc1, when); in TEST_F()
87 device->processInput(msc2, when); in TEST_F()
88 device->processInput(keyDown, when); in TEST_F()
89 device->processInput(syn, when); in TEST_F()
[all …]
/hardware/libhardware/modules/input/evdev/
DInputDevice.cpp252 ALOGD(log.c_str(), mDeviceNode->getPath().c_str(), event.when, event.type, event.code, in processInput()
266 event.when = s2ns(mOverrideSec) + us2ns(mOverrideUsec); in processInput()
290 if (event.when >= currentTime + s2ns(10)) { in processInput()
293 if (event.when > time) { in processInput()
298 mDeviceNode->getPath().c_str(), event.when, time, currentTime); in processInput()
299 event.when = time; in processInput()
303 ", call time %" PRId64 ".", event.when, time, currentTime); in processInput()
DSwitchInputMapper.cpp85 sync(event.when); in process()
105 void SwitchInputMapper::sync(nsecs_t when) { in sync() argument
DSwitchInputMapper.h40 void sync(nsecs_t when);
DMouseInputMapper.cpp102 sync(event.when); in process()
150 void MouseInputMapper::sync(nsecs_t when) { in sync() argument
DMouseInputMapper.h40 void sync(nsecs_t when);
DInputHub.h34 nsecs_t when; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
DRELEASE.TXT2 * Handled case when no duration
4 * Handled empty clusters when seeking
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DTODO1 - Document when read, seek, tell callbacks are used.
8 - Try to resynchronize stream when read_block fails so that failure to parse
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
DREADME6 when allocated structures exhibit hierarchical properties.
38 of allocator calling free() when neccessary.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage_dx.dox21 decoder when decoded data becomes available. Decoders are not required to
31 not necessarily in the same memory segment as the data will be when it is
53 is generally done only when there is enough spare CPU time to execute
DCHANGELOG165 Fixed corruption issues when vpx_codec_enc_config_set() was called
226 An unbounded out of bounds read was discovered when the
240 - Fix potential error concealment crash when the very first frame
341 vpxenc --psnr shows a summary when encode completes
357 Dont pick encoder filter level when loopfilter is disabled.
402 vp8e_get_preview fixed when spatial resampling enabled
534 Avoid loopfilter reinitialization when possible
563 Fix DSO link errors on x86-64 when not using a version script
Dkeywords.dox31 there may exist valid reasons in particular circumstances when the
/hardware/bsp/intel/peripheral/libupm/docs/
Dknownlimitations.md18 Edison Arduino board when powered from the 3.3V line.
45 * **Adafruit Motor Shield** (1438) is not detected on the I2C bus when
66 The Intel Edison *SPI* bus can corrupt data being sent across when certain
Dporting.md59 The last step is when you're happy with your module and it works send us a pull
/hardware/bsp/intel/peripheral/libmraa/docs/
Dinternals.md14 one of these for user use and so when this is the case, libmraa will always use
16 only one, libmraa will try to be helpful and everything is treated as 6 when
19 development of platform configurations for mraa or when modifying kernels
65 conditions that can arrise when writing on i2c buses. Essentially the API is
74 Mraa deals exclusively with spidev, so when we say bus we really mean bus +
78 with mraa. However when a kernel module shares the same bus as spidev (but on a
153 At the time when libmraa was created (still the case?) the only - working -
Dbanana_pi.md28 **SPI** works fine when used with old 3.4 Kernels provided by Lemaker, on
38 meaningful message when it is unable to initialize the device.
Dplatform-hooks.md16 Any functionality defined here will be performed when the main function is
Dchangelog.md5 versions. The API is now fairly stable but when new calls/features are added
38 * DE3815 i2c fix when using different kernels
138 * Intel Galileo Gen 2, I2C gpio pins now go hiz input when I2C initialised.
Dgalileorevh.md14 - pwm period is set globally for all pwm channels, when changed this will halt
Dftdi_ft4222.md19 known GPIO expanders on the I2C bus when the FT4222H is initialized.
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
DREADME14 this includes the compass in the enable sequence when you have 9150 or other
/hardware/intel/common/omx-components/videocodec/libvpx_internal/
DUPDATING25 Reduce binary size when building the encoder.
/hardware/intel/common/libva/
Dconfigure.ac27 # - reset micro version to zero when minor version is incremented
28 # - reset minor version to zero when major version is incremented
42 # - reset micro version to zero when VA-API major or minor version is changed
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCHANGES68 * New feature: prints help when encountering unrecognized Google Test flags.
88 * New feature: when a test runs under Visual Studio, its failures are

123