| /device/generic/vulkan-cereal/scripts/print_gfx_logs/ | 
| D | command_printer.py | 99     def read_int(self, size: int, signed: bool = False, big_endian: bool = False) -> int:119                   signed: bool = False,
 120                   big_endian: bool = False,
 121                   optional: bool = False,
 208     def write_struct(self, field_name: str, struct_fn, optional: bool, count: Optional[int],
 
 | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ | 
| D | func_vector_relational.inl | 76 	GLM_FUNC_QUALIFIER bool any(vecType<bool, P> const & v)85 	GLM_FUNC_QUALIFIER bool all(vecType<bool, P> const & v)
 94 	GLM_FUNC_QUALIFIER vecType<bool, P> not_(vecType<bool, P> const & v)
 
 | 
| D | type_vec1.inl | 548 	GLM_FUNC_QUALIFIER tvec1<bool, P> operator&&(tvec1<bool, P> const & v1, tvec1<bool, P> const & v2)554 	GLM_FUNC_QUALIFIER tvec1<bool, P> operator||(tvec1<bool, P> const & v1, tvec1<bool, P> const & v2)
 
 | 
| D | type_vec2.inl | 884 	GLM_FUNC_QUALIFIER tvec2<bool, P> operator&&(tvec2<bool, P> const & v1, tvec2<bool, P> const & v2)890 	GLM_FUNC_QUALIFIER tvec2<bool, P> operator||(tvec2<bool, P> const & v1, tvec2<bool, P> const & v2)
 
 | 
| D | type_vec3.inl | 1012 	GLM_FUNC_QUALIFIER tvec3<bool, P> operator&&(tvec3<bool, P> const & v1, tvec3<bool, P> const & v2)1018 	GLM_FUNC_QUALIFIER tvec3<bool, P> operator||(tvec3<bool, P> const & v1, tvec3<bool, P> const & v2)
 
 | 
| D | type_vec4.inl | 955 	GLM_FUNC_QUALIFIER tvec4<bool, P> operator&&(tvec4<bool, P> const & v1, tvec4<bool, P> const & v2)961 	GLM_FUNC_QUALIFIER tvec4<bool, P> operator||(tvec4<bool, P> const & v1, tvec4<bool, P> const & v2)
 
 | 
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ | 
| D | trace-host.cpp | 24 void atrace_set_debuggable(bool /*debuggable*/) {}  in atrace_set_debuggable()  argument25 void atrace_set_tracing_enabled(bool /*enabled*/) {}  in atrace_set_tracing_enabled()  argument
 
 | 
| D | RefBase.cpp | 145     void trackMe(bool, bool) { }  in trackMe()  argument
 | 
| /device/google/cuttlefish/host/commands/secure_env/ | 
| D | soft_gatekeeper.h | 104     virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t* record,  in GetFailureRecord()  argument116     virtual bool ClearFailureRecord(uint32_t uid, secure_id_t user_id, bool /* secure */) {  in ClearFailureRecord()  argument
 124     virtual bool WriteFailureRecord(uint32_t uid, failure_record_t* record, bool /* secure */) {  in WriteFailureRecord()  argument
 
 | 
| D | secure_env_windows_lib.cpp | 44 bool StartSecureEnvWithHandles(HANDLE keymaster_pipe_handle,  in StartSecureEnvWithHandles()  argument
 | 
| /device/linaro/hikey/power/ | 
| D | Power.cpp | 63 Return<void> Power::setFeature(Feature /*feature*/, bool /*activate*/)  {  in setFeature()  argument
 | 
| /device/generic/car/emulator/usbpt/protocan/protocanbus/ | 
| D | CanClient.cpp | 53 Return<void> CanClient::onRegistration(const hidl_string&, const hidl_string& name, bool) {  in onRegistration()  argument
 | 
| /device/generic/goldfish/gnss/ | 
| D | GnssConfiguration.cpp | 43 ndk::ScopedAStatus GnssConfiguration::setEmergencySuplPdn(bool /*enable*/) {  in setEmergencySuplPdn()  argument
 | 
| D | GnssMeasurementInterface.cpp | 108         const bool /*enableFullTracking*/,  in setCallback()
 | 
| /device/google/cuttlefish/host/libs/vm_manager/ | 
| D | gem5_manager.cpp | 185 Gem5Manager::ConfigureBootDevices(int /*num_disks*/, bool /*have_gpu*/) {  in ConfigureBootDevices()  argument
 | 
| /device/google/cuttlefish/host/commands/cvd/ | 
| D | flag.cpp | 33       [](const CvdFlag<bool>&) -> FlagType { return FlagType::kBool; },  in GetType()
 | 
| /device/google/cuttlefish/host/commands/secure_env/rust/ | 
| D | lib.rs | 176     fn enabled(&self, _metadata: &log::Metadata) -> bool {  in enabled()
 | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/testing/ | 
| D | VulkanTestHelper.cpp | 64     vmOps.setSkipSnapshotSave = [](bool) {};  in __anon478a2d890202()  argument
 | 
| /device/generic/goldfish-opengl/system/hwc3/ | 
| D | Display.cpp | 612 HWC3::Error Display::setAutoLowLatencyMode(bool /*on*/) {  in setAutoLowLatencyMode()  argument661     bool /*enable*/, FormatColorComponent /*componentMask*/,  in setDisplayedContentSamplingEnabled()  argument
 
 | 
| D | ComposerClient.cpp | 740         int64_t displayId, bool) {  in setRefreshRateChangedCallbackDebugEnabled()  argument
 | 
| /device/generic/goldfish/camera/ | 
| D | CameraDevice.cpp | 412 ScopedAStatus CameraDevice::setTorchMode(const bool /*on*/) {  in setTorchMode()
 | 
| /device/google/cuttlefish/common/libs/utils/ | 
| D | result.h | 212 inline auto ErrorFromType(bool) { return StackTraceError(); }  in ErrorFromType()  argument
 | 
| /device/generic/goldfish-opengl/system/OpenglSystemCommon/ | 
| D | HostConnection.cpp | 57     void setNoHostError(bool) { }  in setNoHostError()  argument
 | 
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ | 
| D | GLClientState.cpp | 693 void GLClientState::setExistence(ObjectType, bool, GLsizei, const GLuint*) {  in setExistence()  argument
 | 
| /device/google/cuttlefish/guest/hals/ril/reference-libril/ | 
| D | ril_service.cpp | 1862         bool fromEmergencyDialer, bool /* isTesting */) {  in emergencyDial_1_6()  argument3660 Return<void> RadioImpl_1_6::setSystemSelectionChannels(int32_t serial, bool /* specifyChannels */,  in setSystemSelectionChannels()  argument
 3669 Return<void> RadioImpl_1_6::enableModem(int32_t serial, bool /* on */) {  in enableModem()  argument
 3845         bool fromEmergencyDialer, bool /* isTesting */) {  in emergencyDial()  argument
 
 |