/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/invensense/6515/libsensors_iio/ |
D | InputEventReader.cpp | 97 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/ |
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/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/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_vbp/ |
D | README | 1 MIX Video is an user library interface for various hardware video codecs 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/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 …]
|
D | mkvparser.hpp | 26 virtual int Length(long long* total, long long* available) = 0;
|
/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/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()
|
D | loc_eng.cpp | 2299 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/ |
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
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc.cpp | 1013 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/ |
D | loc.cpp | 1113 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/ |
D | loc.cpp | 1113 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/ |
D | x86inc.asm | 30 ; 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/ |
D | index.sgml | 127 <ANCHOR id="mix-audio-is-am-available" href="MixAudio/MixAudio.html#mix-audio-is-am-available">
|