/frameworks/native/libs/input/ |
D | InputWindow.cpp | 131 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/ |
D | vr_manager.cpp | 49 onVrStateChanged(data.readBool()); in onTransact() 83 onPersistentVrStateChanged(data.readBool()); in onTransact() 135 return reply.readBool(); in getVrModeState()
|
/frameworks/native/libs/gui/ |
D | LayerState.cpp | 138 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()
|
D | LayerDebugInfo.cpp | 105 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()
|
D | ITransactionCompletedListener.cpp | 64 err = input->readBool(&hasFence); in readFromParcel() 112 err = input->readBool(&hasFence); in readFromParcel()
|
D | OccupancyTracker.cpp | 60 return parcel->readBool(&usedThirdBuffer); in readFromParcel()
|
D | IProducerListener.cpp | 53 err = reply.readBool(&result); in needsReleaseNotify()
|
D | ISurfaceComposer.cpp | 140 outCapturedSecureLayers = reply.readBool(); in captureScreen() 673 status_t err = reply.readBool(&result); in getColorManagement() 779 error = reply.readBool(outSupported); in getProtectedContentSupport() 799 error = reply.readBool(outIsWideColorDisplay); in isWideColorDisplay() 926 error = reply.readBool(&support); in getDisplayBrightnessSupport() 1119 bool childrenOnly = data.readBool(); in onTransact() 1341 status_t result = data.readBool(&enable); in onTransact() 1426 result = data.readBool(&enable); in onTransact()
|
/frameworks/av/media/libaaudio/src/binding/ |
D | AAudioStreamRequest.cpp | 71 status = parcel->readBool(&mSharingModeMatchRequired); in readFromParcel() 74 status = parcel->readBool(&mInService); in readFromParcel()
|
/frameworks/av/media/libaudiofoundation/ |
D | AudioProfile.cpp | 165 if ((status = parcel->readBool(&mIsDynamicFormat)) != NO_ERROR) return status; in readFromParcel() 166 if ((status = parcel->readBool(&mIsDynamicChannels)) != NO_ERROR) return status; in readFromParcel() 167 if ((status = parcel->readBool(&mIsDynamicRate)) != NO_ERROR) return status; in readFromParcel()
|
D | AudioGain.cpp | 153 if ((status = parcel->readBool(&mUseInChannelMask)) != NO_ERROR) return status; in readFromParcel() 154 if ((status = parcel->readBool(&mUseForVolume)) != NO_ERROR) return status; in readFromParcel()
|
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/ |
D | parcelable_unique_fd.cpp | 27 status_t ret = parcel->readBool(&has_fence); in readFromParcel()
|
D | parcelable_composer_frame.cpp | 70 ret = parcel->readBool(&frame_.removed); in readFromParcel()
|
D | parcelable_composer_layer.cpp | 128 ret = parcel->readBool(&has_fence); in readFromParcel()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | PersistentSurface.h | 85 bool haveHidlTarget = parcel->readBool(); in readFromParcel()
|
/frameworks/av/media/libmediametrics/ |
D | IMediaAnalyticsService.cpp | 147 data.readBool(&forcenew); in onTransact()
|
/frameworks/av/media/libmedia/ |
D | OMXBuffer.cpp | 141 status_t err = parcel->readBool(¬Null); in readFromParcel()
|
/frameworks/av/media/libaudioclient/ |
D | AudioPolicy.cpp | 84 mAllowPrivilegedPlaybackCapture = parcel->readBool(); in readFromParcel()
|
D | IAudioPolicyServiceClient.cpp | 58 clientInfo->silenced = data.readBool(); in readRecordClientInfoFromParcel()
|
/frameworks/native/libs/graphicsenv/ |
D | GpuStatsInfo.cpp | 99 if ((status = parcel->readBool(&cpuVulkanInUse)) != OK) return status; in readFromParcel()
|
D | IGpuService.cpp | 142 if ((status = data.readBool(&isDriverLoaded)) != OK) return status; in onTransact()
|
/frameworks/av/camera/ |
D | CaptureResult.cpp | 42 auto physicalCameraIdPresent = parcel->readBool(); in readFromParcel()
|
/frameworks/native/libs/vr/libvrflinger/tests/ |
D | vrflinger_test.cpp | 84 result = reply.readBool(&vr_flinger_active); in IsVrFlingerActive()
|
/frameworks/base/core/java/android/os/ |
D | HwParcel.java | 349 public native final boolean readBool(); in readBool() method in HwParcel
|
/frameworks/native/libs/binder/ndk/ |
D | parcel.cpp | 547 status_t status = parcel->get()->readBool(value); in AParcel_readBool() 633 return ReadArray<bool>(parcel, arrayData, allocator, setter, &Parcel::readBool); in AParcel_readBoolArray()
|