Searched refs:readBool (Results 1 – 19 of 19) sorted by relevance
49 onVrStateChanged(data.readBool()); in onTransact()83 onPersistentVrStateChanged(data.readBool()); in onTransact()135 return reply.readBool(); in getVrModeState()
27 status_t ret = parcel->readBool(&has_fence); in readFromParcel()
70 ret = parcel->readBool(&frame_.removed); in readFromParcel()
128 ret = parcel->readBool(&has_fence); in readFromParcel()
51 err = reply.readBool(&result); in needsReleaseNotify()
60 return parcel->readBool(&usedThirdBuffer); in readFromParcel()
434 bool hasBuffer = reply.readBool(); in getLastQueuedBuffer()658 bool getTimestamps = data.readBool(); in onTransact()
749 status_t result = data.readBool(&enable); in onTransact()
79 status = parcel->readBool(&mSharingModeMatchRequired); in readFromParcel()
146 data.readBool(&forcenew); in onTransact()
141 status_t err = parcel->readBool(¬Null); in readFromParcel()
145 public native final boolean readBool(); in readBool() method in HwParcel
388 HANDLE_READ_TYPE(bool, VAL_BOOLEAN, readBool) in readFromParcel()
437 RETURN_IF_FAILED(parcel->readBool(&mBoolMap[key])); in readFromParcelInner()
1697 status = readBool(&data); in readBoolVector()1852 status_t Parcel::readBool(bool *pArg) const in readBool() function in android::Parcel1860 bool Parcel::readBool() const in readBool() function in android::Parcel
259 bool readBool() const;260 status_t readBool(bool *pArg) const;
44 return callParcel("readBool", [&]() { return parcel.readBool(b); }); in read()
367 status_t err = parcel->readBool(&val); in DEFINE_PARCEL_WRITER()
949 bool strongRef = data.readBool(); in onTransact()