/hardware/invensense/65xx/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/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 …]
|
D | mkvparser.hpp | 26 virtual int Length(long long* total, long long* available) = 0;
|
/hardware/akm/AK8975_FS/libsensors/ |
D | InputEventReader.cpp | 77 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in readEvent() local 78 return available ? 1 : 0; in readEvent()
|
/hardware/invensense/60xx/libsensors_iio/ |
D | InputEventReader.cpp | 94 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in readEvent() local 95 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/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 | 880 static void loc_agps_ril_update_network_availability(int available, const char* apn) in loc_agps_ril_update_network_availability() argument 883 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
|
D | CHANGES | 63 where the pthreads library is available.
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc.cpp | 1109 static void loc_agps_ril_update_network_availability(int available, const char* apn) in loc_agps_ril_update_network_availability() argument 1112 loc_eng_agps_ril_update_network_availability(loc_afw_data, available, apn); in loc_agps_ril_update_network_availability()
|
D | loc_eng.cpp | 2612 int available, const char* apn) in loc_eng_agps_ril_update_network_availability() argument 2621 agpsStatus = available; in loc_eng_agps_ril_update_network_availability() 2629 adapter->sendMsg(new LocEngEnableData(adapter, apn, apn_len, available)); in loc_eng_agps_ril_update_network_availability()
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/ |
D | ExynosVideoApi.h | 138 int available; member
|
/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/samsung_slsi/exynos5/original-kernel-headers/linux/ |
D | fimc-is-metadata.h | 212 uint32_t available; member
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | fimc-is-metadata.h | 197 uint32_t available; member
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | NOTICE | 49 Object form, made available under the License, as indicated by a
|