Searched refs:writeBool (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
H A Dparcelable_unique_fd.cpp16 status_t ret = parcel->writeBool(fence_.get() >= 0);
H A Dparcelable_composer_frame.cpp28 ret = parcel->writeBool(frame_.removed);
H A Dparcelable_composer_layer.cpp25 ret = parcel->writeBool(layer_.fence->isValid());
/frameworks/av/media/libaaudio/src/binding/
H A DAAudioStreamRequest.cpp49 status = parcel->writeBool(mSharingModeMatchRequired);
52 status = parcel->writeBool(mInService);
/frameworks/av/media/utils/
H A DISchedulingPolicyService.cpp48 data.writeBool(isForApp);
/frameworks/native/libs/gui/
H A DIProducerListener.cpp75 reply->writeBool(needsReleaseNotify());
H A DOccupancyTracker.cpp42 return parcel->writeBool(usedThirdBuffer);
H A DIGraphicBufferProducer.cpp139 data.writeBool(getFrameTimestamps);
871 reply->writeBool(false);
873 reply->writeBool(true);
H A DISurfaceComposer.cpp438 result = data.writeBool(enable);
440 ALOGE("enableVSyncInjections failed to writeBool: %d", result);
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
H A DLowpanChannelInfo.cpp60 RETURN_IF_FAILED(parcel->writeBool(mIsMaskedByRegulatoryDomain));
H A DLowpanProvision.cpp75 RETURN_IF_FAILED(parcel->writeBool(mHasCredential));
/frameworks/av/media/libmedia/
H A DOMXBuffer.cpp94 return parcel->writeBool(false);
96 status_t err = parcel->writeBool(true);
H A DIOMXStore.cpp134 status = p->writeBool(r.isEncoder);
138 status = p->writeBool(r.preferPlatformNodes);
/frameworks/native/libs/vr/libvr_manager/
H A Dvr_manager.cpp37 data.writeBool(enabled);
69 data.writeBool(enabled);
/frameworks/av/media/libmediametrics/
H A DIMediaAnalyticsService.cpp92 data.writeBool(forcenew);
/frameworks/base/core/java/android/os/
H A DHwParcel.java50 public native final void writeBool(boolean val); method in class:HwParcel
/frameworks/native/libs/binder/
H A DValue.cpp328 HANDLE_WRITE_TYPE(bool, VAL_BOOLEAN, writeBool)
H A DPersistableBundle.cpp327 RETURN_IF_FAILED(parcel->writeBool(key_val_pair.second));
H A DParcel.cpp895 return writeTypedVector(val, &Parcel::writeBool);
900 return writeNullableTypedVector(val, &Parcel::writeBool);
976 status_t Parcel::writeBool(bool val) function in class:android::Parcel
/frameworks/native/include/binder/
H A DSafeInterface.h47 return callParcel("writeBool", [&]() { return parcel->writeBool(b); });
H A DParcel.h126 status_t writeBool(bool val);
/frameworks/native/libs/binder/include/binder/
H A DSafeInterface.h47 return callParcel("writeBool", [&]() { return parcel->writeBool(b); });
H A DParcel.h126 status_t writeBool(bool val);
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp700 data.writeBool(false); /* request weak reference */
/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java1762 public void writeBool(long fieldId, boolean val) { method in class:ProtoOutputStream

Completed in 467 milliseconds

12