Searched refs:dataAvail (Results 1 - 6 of 6) sorted by relevance

/system/security/keystore/
H A DKeystoreArguments.cpp38 if (inSize >= 0 && static_cast<size_t>(inSize) <= in->dataAvail()) {
/system/tpm/trunks/
H A Dtrunks_ftdi_spi.cc55 dataAvail = (1 << 4), enumerator in enum:trunks::TpmStsBits
270 expected_status_bits = stsValid | dataAvail;
/system/extras/perfprofd/binder_interface/
H A Dperfprofd_binder.cc344 for (int i = 0; i < argc && _aidl_data.dataAvail() > 0; i++) {
/system/libhwbinder/include/hwbinder/
H A DParcel.h52 size_t dataAvail() const;
/system/libhwbinder/
H A DIPCThreadState.cpp436 size_t IN = mIn.dataAvail();
784 if (mIn.dataAvail() == 0) continue;
H A DParcel.cpp388 size_t Parcel::dataAvail() const function in class:android::hardware::Parcel

Completed in 2669 milliseconds