Home
last modified time | relevance | path

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

123

/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/invensense/6515/libsensors_iio/
DInputEventReader.cpp97 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in readEvent() local
99 __PRETTY_FUNCTION__, mLastFd, (int)available); in readEvent()
100 return (available ? 1 : 0); in readEvent()
110 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in next() local
112 __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/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/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_vbp/
DREADME1 MIX Video is an user library interface for various hardware video codecs 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/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 …]
Dmkvparser.hpp26 virtual int Length(long long* total, long long* available) = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME13 Note: Both adb and ndk-build are available prebuilt at:
/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()
Dloc_eng.cpp2299 int available, const char* apn) in loc_eng_agps_ril_update_network_availability() argument
2308 agpsStatus = available; in loc_eng_agps_ril_update_network_availability()
2316 adapter->sendMsg(new LocEngEnableData(adapter, apn, apn_len, available)); in loc_eng_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
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp1013 static void loc_agps_ril_update_network_availability(int available, const char* apn) in loc_agps_ril_update_network_availability() argument
1016 loc_eng_agps_ril_update_network_availability(loc_afw_data, available, apn); in loc_agps_ril_update_network_availability()
/hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
Dloc.cpp1113 static void loc_agps_ril_update_network_availability(int available, const char* apn) in loc_agps_ril_update_network_availability() argument
1116 loc_eng_agps_ril_update_network_availability(loc_afw_data, available, apn); in loc_agps_ril_update_network_availability()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc.cpp1113 static void loc_agps_ril_update_network_availability(int available, const char* apn) in loc_agps_ril_update_network_availability() argument
1116 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/x86inc/
Dx86inc.asm30 ; Unlike the rest of x264, this file is available under an ISC license, as it
31 ; has significant usefulness outside of x264 and we want it to be available
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
Dindex.sgml127 <ANCHOR id="mix-audio-is-am-available" href="MixAudio/MixAudio.html#mix-audio-is-am-available">

123