Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 99) sorted by relevance

1234

/hardware/invensense/6515/libsensors_iio/
DInputEventReader.cpp98 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/
DInputEventReader.cpp98 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/
Dmkvreader.cpp80 int MkvReader::Length(long long* total, long long* available) in Length() argument
88 if (available) in Length()
89 *available = m_length; in Length()
Dmkvreader.hpp30 virtual int Length(long long* total, long long* available);
Dmkvparser.cpp111 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/
DInputEventReader.cpp78 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in readEvent() local
79 return available ? 1 : 0; in readEvent()
/hardware/bsp/intel/peripheral/libmraa/docs/
Dbeaglebone.md5 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.
Dedison.md13 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
Dtesting.md32 signals. This layer will be available to the community and will help replace
Dnpm.md47 Note that no cross compilation is available without modifying the --arch flag
/hardware/intel/common/libmix/mix_audio/
DREADME1 MIX Audio is an user library interface for various hardware audio codecs available on the platform.
Dmixaudio.spec21 available on the platform.
/hardware/intel/common/libmix/mix_video/
DREADME1 MIX Video is an user library interface for various hardware video codecs available on the platform.
Dmixvideo.spec20 MIX Video is an user library interface for various video codecs available on the platform.
/hardware/intel/common/libmix/mix_vbp/
DREADME1 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/
Dusage_dx.dox21 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
DREADME21 available, a compatible version of sha1sum can be built from
51 available targets is:
Dusage.dox60 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/
DREADME3 call into the kernel available to libc. It contains only constants,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp106 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/
Dindex.rst24 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/
DREADME13 Note: Both adb and ndk-build are available prebuilt at:
/hardware/bsp/intel/peripheral/libupm/docs/
Dchangelog.md10 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/
Dloc.cpp884 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/
DREADME18 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

1234