Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 26) sorted by relevance

12

/device/generic/vulkan-cereal/scripts/print_gfx_logs/
Dcommand_printer.py99 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/
Dfunc_vector_relational.inl76 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)
Dtype_vec1.inl548 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)
Dtype_vec2.inl884 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)
Dtype_vec3.inl1012 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)
Dtype_vec4.inl955 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/
Dtrace-host.cpp24 void atrace_set_debuggable(bool /*debuggable*/) {} in atrace_set_debuggable() argument
25 void atrace_set_tracing_enabled(bool /*enabled*/) {} in atrace_set_tracing_enabled() argument
DRefBase.cpp145 void trackMe(bool, bool) { } in trackMe() argument
/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h104 virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t* record, in GetFailureRecord() argument
116 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
Dsecure_env_windows_lib.cpp44 bool StartSecureEnvWithHandles(HANDLE keymaster_pipe_handle, in StartSecureEnvWithHandles() argument
/device/linaro/hikey/power/
DPower.cpp63 Return<void> Power::setFeature(Feature /*feature*/, bool /*activate*/) { in setFeature() argument
/device/generic/car/emulator/usbpt/protocan/protocanbus/
DCanClient.cpp53 Return<void> CanClient::onRegistration(const hidl_string&, const hidl_string& name, bool) { in onRegistration() argument
/device/generic/goldfish/gnss/
DGnssConfiguration.cpp43 ndk::ScopedAStatus GnssConfiguration::setEmergencySuplPdn(bool /*enable*/) { in setEmergencySuplPdn() argument
DGnssMeasurementInterface.cpp108 const bool /*enableFullTracking*/, in setCallback()
/device/google/cuttlefish/host/libs/vm_manager/
Dgem5_manager.cpp185 Gem5Manager::ConfigureBootDevices(int /*num_disks*/, bool /*have_gpu*/) { in ConfigureBootDevices() argument
/device/google/cuttlefish/host/commands/cvd/
Dflag.cpp33 [](const CvdFlag<bool>&) -> FlagType { return FlagType::kBool; }, in GetType()
/device/google/cuttlefish/host/commands/secure_env/rust/
Dlib.rs176 fn enabled(&self, _metadata: &log::Metadata) -> bool { in enabled()
/device/generic/vulkan-cereal/stream-servers/vulkan/testing/
DVulkanTestHelper.cpp64 vmOps.setSkipSnapshotSave = [](bool) {}; in __anon478a2d890202() argument
/device/generic/goldfish-opengl/system/hwc3/
DDisplay.cpp612 HWC3::Error Display::setAutoLowLatencyMode(bool /*on*/) { in setAutoLowLatencyMode() argument
661 bool /*enable*/, FormatColorComponent /*componentMask*/, in setDisplayedContentSamplingEnabled() argument
DComposerClient.cpp740 int64_t displayId, bool) { in setRefreshRateChangedCallbackDebugEnabled() argument
/device/generic/goldfish/camera/
DCameraDevice.cpp412 ScopedAStatus CameraDevice::setTorchMode(const bool /*on*/) { in setTorchMode()
/device/google/cuttlefish/common/libs/utils/
Dresult.h212 inline auto ErrorFromType(bool) { return StackTraceError(); } in ErrorFromType() argument
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp57 void setNoHostError(bool) { } in setNoHostError() argument
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp693 void GLClientState::setExistence(ObjectType, bool, GLsizei, const GLuint*) { in setExistence() argument
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp1862 bool fromEmergencyDialer, bool /* isTesting */) { in emergencyDial_1_6() argument
3660 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

12