Home
last modified time | relevance | path

Searched refs:readBool (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/native/libs/input/
DInputWindow.cpp131 ret.visible = from.readBool(); in read()
132 ret.canReceiveKeys = from.readBool(); in read()
133 ret.hasFocus = from.readBool(); in read()
134 ret.hasWallpaper = from.readBool(); in read()
135 ret.paused = from.readBool(); in read()
144 ret.replaceTouchableRegionWithCrop = from.readBool(); in read()
/frameworks/native/libs/vr/libvr_manager/
Dvr_manager.cpp49 onVrStateChanged(data.readBool()); in onTransact()
83 onPersistentVrStateChanged(data.readBool()); in onTransact()
135 return reply.readBool(); in getVrModeState()
/frameworks/native/libs/gui/
DLayerState.cpp138 transformToDisplayInverse = input.readBool(); in read()
142 if (input.readBool()) { in read()
146 if (input.readBool()) { in read()
153 if (input.readBool()) { in read()
159 hasListenerCallbacks = input.readBool(); in read()
166 colorSpaceAgnostic = input.readBool(); in read()
435 syncInputWindows = input.readBool(); in read()
DLayerDebugInfo.cpp105 RETURN_ON_ERROR(parcel->readBool(&mRefreshPending)); in readFromParcel()
106 RETURN_ON_ERROR(parcel->readBool(&mIsOpaque)); in readFromParcel()
107 RETURN_ON_ERROR(parcel->readBool(&mContentDirty)); in readFromParcel()
DITransactionCompletedListener.cpp64 err = input->readBool(&hasFence); in readFromParcel()
112 err = input->readBool(&hasFence); in readFromParcel()
DIProducerListener.cpp52 err = reply.readBool(&result); in needsReleaseNotify()
DOccupancyTracker.cpp60 return parcel->readBool(&usedThirdBuffer); in readFromParcel()
DISurfaceComposer.cpp140 outCapturedSecureLayers = reply.readBool(); in captureScreen()
672 status_t err = reply.readBool(&result); in getColorManagement()
778 error = reply.readBool(outSupported); in getProtectedContentSupport()
798 error = reply.readBool(outIsWideColorDisplay); in isWideColorDisplay()
925 error = reply.readBool(&support); in getDisplayBrightnessSupport()
1118 bool childrenOnly = data.readBool(); in onTransact()
1337 status_t result = data.readBool(&enable); in onTransact()
1422 result = data.readBool(&enable); in onTransact()
/frameworks/av/media/libaaudio/src/binding/
DAAudioStreamRequest.cpp71 status = parcel->readBool(&mSharingModeMatchRequired); in readFromParcel()
74 status = parcel->readBool(&mInService); in readFromParcel()
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_unique_fd.cpp27 status_t ret = parcel->readBool(&has_fence); in readFromParcel()
Dparcelable_composer_frame.cpp70 ret = parcel->readBool(&frame_.removed); in readFromParcel()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedInputStream.h119 - (BOOL)readBool;
/frameworks/av/media/libstagefright/include/media/stagefright/
DPersistentSurface.h85 bool haveHidlTarget = parcel->readBool(); in readFromParcel()
/frameworks/av/media/libmediametrics/
DIMediaAnalyticsService.cpp147 data.readBool(&forcenew); in onTransact()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java183 public boolean readBool() throws IOException { in readBool() method in CodedInputByteBufferNano
662 return readBool(); in readPrimitiveField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dreader.js495 return this.readBool();
834 jspb.BinaryReader.prototype.readBool = function() { method in jspb.BinaryReader
1096 return this.readPackedField_(this.decoder_.readBool);
Dreader_test.js174 assertThrows(function() {reader.readBool()});
326 assertNotUndefined(jspb.BinaryReader.prototype.readBool);
354 jspb.BinaryReader.prototype.readBool,
/frameworks/av/media/libmedia/
DOMXBuffer.cpp141 status_t err = parcel->readBool(&notNull); in readFromParcel()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java231 case BOOL : return input.readBool (); in readPrimitiveField()
/frameworks/av/media/libaudioclient/
DAudioPolicy.cpp100 mAllowPrivilegedPlaybackCapture = parcel->readBool(); in readFromParcel()
DIAudioPolicyServiceClient.cpp58 clientInfo->silenced = data.readBool(); in readRecordClientInfoFromParcel()
/frameworks/av/camera/
DCaptureResult.cpp42 auto physicalCameraIdPresent = parcel->readBool(); in readFromParcel()
/frameworks/native/libs/graphicsenv/
DGpuStatsInfo.cpp99 if ((status = parcel->readBool(&cpuVulkanInUse)) != OK) return status; in readFromParcel()
/frameworks/native/libs/vr/libvrflinger/tests/
Dvrflinger_test.cpp84 result = reply.readBool(&vr_flinger_active); in IsVrFlingerActive()
/frameworks/base/core/java/android/os/
DHwParcel.java317 public native final boolean readBool(); in readBool() method in HwParcel

12