/hardware/invensense/6515/libsensors_iio/ |
D | InputEventReader.cpp | 98 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in readEvent() local 100 __PRETTY_FUNCTION__, mLastFd, (int)available); in readEvent() 101 return (available ? 1 : 0); in readEvent() 111 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in next() local 113 __PRETTY_FUNCTION__, mLastFd, (int)available); in next()
|
/hardware/invensense/65xx/libsensors_iio/ |
D | InputEventReader.cpp | 98 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in readEvent() local 100 __PRETTY_FUNCTION__, mLastFd, (int)available); in readEvent() 101 return (available ? 1 : 0); in readEvent() 111 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in next() local 113 __PRETTY_FUNCTION__, mLastFd, (int)available); in next()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvreader.cpp | 80 int MkvReader::Length(long long* total, long long* available) in Length() argument 88 if (available) in Length() 89 *available = m_length; in Length()
|
D | mkvreader.hpp | 30 virtual int Length(long long* total, long long* available);
|
D | mkvparser.cpp | 111 long long total, available; in GetUIntLength() local 113 int status = pReader->Length(&total, &available); in GetUIntLength() 115 assert((total < 0) || (available <= total)); in GetUIntLength() 119 if (pos >= available) in GetUIntLength() 377 long long total, available; in Match() local 379 const long status = pReader->Length(&total, &available); in Match() 381 assert((total < 0) || (available <= total)); in Match() 391 assert((pos + len) <= available); in Match() 403 assert((pos + len) <= available); in Match() 425 long long total, available; in Match() local [all …]
|
/hardware/akm/AK8975_FS/libsensors/ |
D | InputEventReader.cpp | 78 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in readEvent() local 79 return available ? 1 : 0; in readEvent()
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | beaglebone.md | 5 available I/O Pins. It consists of an Cortex-A8 single core CPU plus two 10 are also mainline kernels available, either from Robert C. Nelson or also as 21 need to build your own devicetree to support hardware not available by default. 52 have double functionality or are not available at all because hdmi is enabled. 70 you the gpio's available for your given configuration.
|
D | edison.md | 13 On both the Arduino board and the breakout board, The available UART interface is on /dev/ttyMFD1 21 - PWM available on default swizzler positions. (3,5,6,9) 47 - Both I2C buses are available 1 & 6
|
D | testing.md | 32 signals. This layer will be available to the community and will help replace
|
D | npm.md | 47 Note that no cross compilation is available without modifying the --arch flag
|
/hardware/intel/common/libmix/mix_audio/ |
D | README | 1 MIX Audio is an user library interface for various hardware audio codecs available on the platform.
|
D | mixaudio.spec | 21 available on the platform.
|
/hardware/intel/common/libmix/mix_video/ |
D | README | 1 MIX Video is an user library interface for various hardware video codecs available on the platform.
|
D | mixvideo.spec | 20 MIX Video is an user library interface for various video codecs available on the platform.
|
/hardware/intel/common/libmix/mix_vbp/ |
D | README | 1 MIX Video is an user library interface for various hardware video codecs available on the platform.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage_dx.dox | 21 decoder when decoded data becomes available. Decoders are not required to 23 determined by calling vpx_codec_get_caps(). Callbacks are available in both 41 chooses not to make use of that feature, decoded frames are made available 55 postprocessing filters, and the available filters may differ from platform
|
D | README | 21 available, a compatible version of sha1sum can be built from 51 available targets is:
|
D | usage.dox | 60 Currently defined features available in both encoders and decoders include: 87 The available initialization methods are: 109 is available at runtime on some platforms. This information can be returned 196 if any is available. The application \ref MAY choose to place other segments
|
/hardware/bsp/intel/peripheral/libmraa/include/linux/ |
D | README | 3 call into the kernel available to libc. It contains only constants,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
D | mkvparser.cpp | 106 long long total, available; in GetUIntLength() local 108 int status = pReader->Length(&total, &available); in GetUIntLength() 110 assert((total < 0) || (available <= total)); in GetUIntLength() 114 if (pos >= available) in GetUIntLength() 372 long long total, available; in Match() local 374 const long status = pReader->Length(&total, &available); in Match() 376 assert((total < 0) || (available <= total)); in Match() 384 assert((pos + len) <= available); in Match() 396 assert((pos + len) <= available); in Match() 418 long long total, available; in Match() local [all …]
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | index.rst | 24 Individual sensor usage examples for Python are available `here <https://github.com/intel-iot-devki… 40 There is also an example available for max31855 `sensor <https://github.com/intel-iot-devkit/upm/bl…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
D | README | 13 Note: Both adb and ndk-build are available prebuilt at:
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | changelog.md | 10 several examples also available 13 * Sensor drivers are now available and can be installed individually using NPM
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc.cpp | 884 static void loc_agps_ril_update_network_availability(int available, const char* apn) in loc_agps_ril_update_network_availability() argument 887 loc_eng_agps_ril_update_network_availability(loc_afw_data, available, apn); in loc_agps_ril_update_network_availability()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 18 also an IRC channel on OFTC (irc.oftc.net) #gtest available. Please 140 use to build Google Test on systems where GNU make is available 247 tuple library, which is not yet available with all compilers. The 275 Google Test is thread-safe where the pthread library is available. 280 If Google Test doesn't correctly detect whether pthread is available 370 On platforms where the pthread library is available, Google Test uses
|