Home
last modified time | relevance | path

Searched +defs:val +defs:bool (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/aosp_15_r20/external/rust/android-crates-io/crates/fragile/src/
Dfragile.rs43 pub fn is_valid(&self) -> bool { in is_valid()
164 fn eq(&self, other: &Fragile<T>) -> bool { in eq()
178 fn lt(&self, other: &Fragile<T>) -> bool { in lt()
183 fn le(&self, other: &Fragile<T>) -> bool { in le()
188 fn gt(&self, other: &Fragile<T>) -> bool { in gt()
193 fn ge(&self, other: &Fragile<T>) -> bool { in ge()
243 let val = Fragile::new(true); in test_basic() localVariable
256 let mut val = Fragile::new(true); in test_mut() localVariable
266 let val = Fragile::new(true); in test_access_other_thread() localVariable
277 let val = Fragile::new(true); in test_noop_drop_elsewhere() localVariable
[all …]
Dsemisticky.rs49 pub fn is_valid(&self) -> bool { in is_valid()
162 fn eq(&self, other: &SemiSticky<T>) -> bool { in eq()
178 fn lt(&self, other: &SemiSticky<T>) -> bool { in lt()
184 fn le(&self, other: &SemiSticky<T>) -> bool { in le()
190 fn gt(&self, other: &SemiSticky<T>) -> bool { in gt()
196 fn ge(&self, other: &SemiSticky<T>) -> bool { in ge()
241 let val = SemiSticky::new(true); in test_basic() localVariable
256 let mut val = SemiSticky::new(true); in test_mut() localVariable
267 let val = SemiSticky::new(true); in test_access_other_thread() localVariable
287 let val = SemiSticky::new(X(was_called.clone())); in test_drop_same_thread() localVariable
[all …]
Dsticky.rs101 pub fn is_valid(&self) -> bool { in is_valid()
220 fn eq(&self, other: &Sticky<T>) -> bool { in eq()
236 fn lt(&self, other: &Sticky<T>) -> bool { in lt()
242 fn le(&self, other: &Sticky<T>) -> bool { in le()
248 fn gt(&self, other: &Sticky<T>) -> bool { in gt()
254 fn ge(&self, other: &Sticky<T>) -> bool { in ge()
306 let val = Sticky::new(true); in test_basic() localVariable
321 let mut val = Sticky::new(true); in test_mut() localVariable
332 let val = Sticky::new(true); in test_access_other_thread() localVariable
352 let val = Sticky::new(X(was_called.clone())); in test_drop_same_thread() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Doneshot.rs407 unsafe fn will_wake(&self, cx: &mut Context<'_>) -> bool { in will_wake()
746 pub fn is_closed(&self) -> bool { in is_closed()
1125 fn complete(&self) -> bool { in complete()
1311 fn is_complete(self) -> bool { in is_complete()
1350 fn is_rx_task_set(self) -> bool { in is_rx_task_set()
1355 let val = cell.fetch_or(RX_TASK_SET, AcqRel); in set_rx_task() localVariable
1360 let val = cell.fetch_and(!RX_TASK_SET, AcqRel); in unset_rx_task() localVariable
1364 fn is_closed(self) -> bool { in is_closed()
1371 let val = cell.fetch_or(CLOSED, Acquire); in set_closed() localVariable
1376 let val = cell.fetch_or(TX_TASK_SET, AcqRel); in set_tx_task() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/
Dparser.rs439 let val = external_parser.parse_ref(self.cmd, None, raw_val)?; in get_matches_with() localVariable
482 valid_arg_found: bool, in match_arg_error()
483 trailing_values: bool, in match_arg_error()
541 valid_arg_found: bool, in possible_subcommand()
632 fn is_new_arg(&self, next: &clap_lex::ParsedArg<'_>, current_positional: &Arg) -> bool { in is_new_arg()
670 keep_state: bool, in parse_subcommand()
719 valid_arg_found: &mut bool, in parse_long_arg()
720 trailing_values: bool, in parse_long_arg()
824 valid_arg_found: &mut bool, in parse_short_arg()
825 trailing_values: bool, in parse_short_arg()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/bitmap/
Dmod.rs43 fn dirty_at(&self, offset: usize) -> bool; in dirty_at()
62 fn dirty_at(&self, _offset: usize) -> bool { in dirty_at()
87 fn dirty_at(&self, offset: usize) -> bool { in dirty_at()
125 pub fn range_is_clean<B: Bitmap>(b: &B, start: usize, len: usize) -> bool { in range_is_clean()
130 pub fn range_is_dirty<B: Bitmap>(b: &B, start: usize, len: usize) -> bool { in range_is_dirty()
134 pub fn check_range<B: Bitmap>(b: &B, start: usize, len: usize, clean: bool) -> bool { in check_range()
190 fn check_range(&self, m: &M, start: usize, len: usize, clean: bool) -> bool { in check_range()
229 F: Fn(&M, usize, usize, bool) -> bool, in test_bytes() argument
238 let val = 1u64; in test_bytes() localVariable
301 let val = 123u64; in test_guest_memory_region() localVariable
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dlookupflag.rs33 pub fn right_to_left(self) -> bool { in right_to_left()
42 pub fn set_right_to_left(&mut self, val: bool) { in set_right_to_left()
51 pub fn ignore_base_glyphs(self) -> bool { in ignore_base_glyphs()
56 pub fn set_ignore_base_glyphs(&mut self, val: bool) { in set_ignore_base_glyphs()
65 pub fn ignore_ligatures(self) -> bool { in ignore_ligatures()
70 pub fn set_ignore_ligatures(&mut self, val: bool) { in set_ignore_ligatures()
79 pub fn ignore_marks(self) -> bool { in ignore_marks()
84 pub fn set_ignore_marks(&mut self, val: bool) { in set_ignore_marks()
97 pub fn use_mark_filtering_set(self) -> bool { in use_mark_filtering_set()
106 pub fn set_use_mark_filtering_set(&mut self, val: bool) { in set_use_mark_filtering_set()
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dlegalize.rs12 pub fn src_is_upred_reg(src: &Src) -> bool { in src_is_upred_reg()
28 pub fn src_is_reg(src: &Src, reg_file: RegFile) -> bool { in src_is_reg()
41 ) -> bool { in swap_srcs_if_not_reg()
50 fn src_is_imm(src: &Src) -> bool { in src_is_imm()
127 let val = match src_type { in copy_alu_src() localVariable
238 let val = self.alloc_ssa(RegFile::GPR, 1); in copy_alu_src_and_lower_fmod() localVariable
249 let val = self.alloc_ssa(RegFile::GPR, 1); in copy_alu_src_and_lower_fmod() localVariable
260 let val = self.alloc_ssa(RegFile::GPR, 2); in copy_alu_src_and_lower_fmod() localVariable
289 block_uniform: bool, in legalize_instr()
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/src/
Drace.rs49 let val = self.inner.load(Ordering::Acquire); in get() localVariable
95 let val = self.inner.load(Ordering::Acquire); in get_or_try_init() localVariable
99 let mut val = f()?.get(); in get_or_try_init() localVariable
127 pub fn get(&self) -> Option<bool> { in get()
148 F: FnOnce() -> bool, in get_or_init()
160 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<bool, E> in get_or_try_init()
162 F: FnOnce() -> Result<bool, E>, in get_or_try_init()
168 fn from_usize(value: NonZeroUsize) -> bool { in from_usize()
392 let val = f()?; in get_or_try_init() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/
Dvalue.rs292 pub fn is_empty(&self) -> bool { in is_empty()
325 pub fn set_sensitive(&mut self, val: bool) { in set_sensitive()
356 pub fn is_sensitive(&self) -> bool { in is_sensitive()
442 let val = HeaderValue::from(n); localVariable
446 let val = HeaderValue::from(n); localVariable
583 const fn is_visible_ascii(b: u8) -> bool { in is_visible_ascii()
588 fn is_valid(b: u8) -> bool { in is_valid()
620 fn eq(&self, other: &HeaderValue) -> bool { in eq()
643 fn eq(&self, other: &str) -> bool { in eq()
650 fn eq(&self, other: &[u8]) -> bool { in eq()
[all …]
Dname.rs1118 let val = unsafe { ByteStr::from_utf8_unchecked(buf) }; in from_bytes() localVariable
1139 let val = unsafe { ByteStr::from_utf8_unchecked(dst.freeze()) }; in from_bytes() localVariable
1172 let val = unsafe { ByteStr::from_utf8_unchecked(buf) }; in from_lowercase() localVariable
1187 let val = unsafe { ByteStr::from_utf8_unchecked(buf) }; in from_lowercase() localVariable
1426 fn eq(&self, other: &&'a HeaderName) -> bool { in eq()
1433 fn eq(&self, other: &HeaderName) -> bool { in eq()
1452 fn eq(&self, other: &str) -> bool { in eq()
1471 fn eq(&self, other: &HeaderName) -> bool { in eq()
1480 fn eq(&self, other: &&'a str) -> bool { in eq()
1489 fn eq(&self, other: &HeaderName) -> bool { in eq()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/
Dparser.rs424 let val = ok!(external_parser.parse_ref( in get_matches_with() localVariable
487 valid_arg_found: bool, in match_arg_error()
488 trailing_values: bool, in match_arg_error()
562 valid_arg_found: bool, in possible_subcommand()
659 fn is_new_arg(&self, next: &clap_lex::ParsedArg<'_>, current_positional: &Arg) -> bool { in is_new_arg()
697 keep_state: bool, in parse_subcommand()
743 valid_arg_found: &mut bool, in parse_long_arg()
862 valid_arg_found: &mut bool, in parse_short_arg()
942 let val = short_arg.clone().next_value_os().unwrap_or_default(); in parse_short_arg() localVariable
944 let val = Some(val).filter(|v| !v.is_empty()); in parse_short_arg() localVariable
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/
H A Dparser.rs424 let val = ok!(external_parser.parse_ref( in get_matches_with() localVariable
487 valid_arg_found: bool, in match_arg_error()
488 trailing_values: bool, in match_arg_error()
562 valid_arg_found: bool, in possible_subcommand()
659 fn is_new_arg(&self, next: &clap_lex::ParsedArg<'_>, current_positional: &Arg) -> bool { in is_new_arg()
697 keep_state: bool, in parse_subcommand()
743 valid_arg_found: &mut bool, in parse_long_arg()
862 valid_arg_found: &mut bool, in parse_short_arg()
942 let val = short_arg.clone().next_value_os().unwrap_or_default(); in parse_short_arg() localVariable
944 let val = Some(val).filter(|v| !v.is_empty()); in parse_short_arg() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/metadata/
Dvalue.rs109 pub fn is_empty(&self) -> bool { in is_empty()
150 pub fn set_sensitive(&mut self, val: bool) { in set_sensitive()
176 pub fn is_sensitive(&self) -> bool { in is_sensitive()
510 let val = AsciiMetadataValue::from(n); localVariable
514 let val = AsciiMetadataValue::from(n); localVariable
635 fn eq(&self, other: &MetadataValue<VE>) -> bool { in eq()
662 fn eq(&self, other: &str) -> bool { in eq()
669 fn eq(&self, other: &[u8]) -> bool { in eq()
690 fn eq(&self, other: &MetadataValue<VE>) -> bool { in eq()
697 fn eq(&self, other: &MetadataValue<VE>) -> bool { in eq()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/data-encoding/src/
Dlib.rs188 fn val(self) -> T; in val() method
216 fn val(self) -> Option<T> { in val() method
225 fn val(self) -> Option<T> { in val() method
357 fn order(msb: bool, n: usize, i: usize) -> usize { in order()
461 bit: B, msb: M, ctb: bool, values: &[u8; 256], input: &[u8], in check_trail()
508 fn encode_pad<B: Static<usize>, M: Static<bool>, P: Static<Option<u8>>>( in encode_pad()
541 M: Static<bool>, in encode_wrap_mut()
604 bit: B, msb: M, ctb: bool, values: &[u8; 256], input: &[u8], output: &mut [u8], in decode_base_mut()
623 fn decode_pad_mut<B: Static<usize>, M: Static<bool>, P: Static<bool>>( in decode_pad_mut()
624 bit: B, msb: M, ctb: bool, values: &[u8; 256], pad: P, input: &[u8], output: &mut [u8], in decode_pad_mut()
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/bitview/
H A Dlib.rs47 let val = val as $ty; localVariable
69 let mut val = 0_u64; localVariable
168 pub fn get_bit(&self, bit: usize) -> bool { in get_bit()
219 pub fn get_bit(&self, bit: usize) -> bool { in get_bit()
223 pub fn set_bit(&mut self, bit: usize, val: bool) { in set_bit()
289 fn set_field(&mut self, range: Range<usize>, val: bool) { in set_field()
303 fn set_bit(&mut self, bit: usize, val: bool); in set_bit()
307 fn set_bit(&mut self, bit: usize, val: bool) { in set_bit()
318 let val = val as u64; in set_field() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/atomic/
Datomic_cell.rs822 pub fn fetch_and(&self, val: bool) -> bool { in fetch_and()
858 pub fn fetch_nand(&self, val: bool) -> bool { in fetch_nand()
891 pub fn fetch_or(&self, val: bool) -> bool { in fetch_or()
924 pub fn fetch_xor(&self, val: bool) -> bool { in fetch_xor()
964 const fn can_transmute<A, B>() -> bool { in can_transmute()
1040 const fn atomic_is_lock_free<T>() -> bool { in atomic_is_lock_free()
1069 let val = ptr::read_volatile(src.cast::<MaybeUninit<T>>()); in atomic_load() localVariable
1078 let val = ptr::read(src); in atomic_load() localVariable
1175 let val = ptr::read(dst); in atomic_compare_exchange_weak() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dclang.rs88 pub(crate) fn is_declaration(&self) -> bool { in is_declaration()
93 pub(crate) fn is_anonymous(&self) -> bool { in is_anonymous()
137 pub(crate) fn is_builtin(&self) -> bool { in is_builtin()
244 pub(crate) fn is_toplevel(&self) -> bool { in is_toplevel()
265 pub(crate) fn is_template_like(&self) -> bool { in is_template_like()
275 pub(crate) fn is_macro_function_like(&self) -> bool { in is_macro_function_like()
285 pub(crate) fn is_definition(&self) -> bool { in is_definition()
290 pub(crate) fn is_template_specialization(&self) -> bool { in is_template_specialization()
296 pub(crate) fn is_fully_specialized_template(&self) -> bool { in is_fully_specialized_template()
304 pub(crate) fn is_in_non_fully_specialized_template(&self) -> bool { in is_in_non_fully_specialized_template()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/generated-headers/frameworks/native/libs/gui/libgui_aidl_static/android_vendor.34_x86_x86_64_static/gen/aidl/android/gui/
DISurfaceComposer.h167 …::android::binder::Status createDisplay(const ::std::string& /*displayName*/, bool /*secure*/, flo… in createDisplay() argument
212 ::android::binder::Status getBootDisplayModeSupport(bool* /*_aidl_return*/) override { in getBootDisplayModeSupport() argument
221 ::android::binder::Status getHdrOutputConversionSupport(bool* /*_aidl_return*/) override { in getHdrOutputConversionSupport() argument
224 …setAutoLowLatencyMode(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setAutoLowLatencyMode() argument
227 …us setGameContentType(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setGameContentType() argument
254 ::android::binder::Status getColorManagement(bool* /*_aidl_return*/) override { in getColorManagement() argument
263 …tentSamplingEnabled(const ::android::sp<::android::IBinder>& /*display*/, bool /*enable*/, int8_t … in setDisplayContentSamplingEnabled() argument
269 ::android::binder::Status getProtectedContentSupport(bool* /*_aidl_return*/) override { in getProtectedContentSupport() argument
272 …us isWideColorDisplay(const ::android::sp<::android::IBinder>& /*token*/, bool* /*_aidl_return*/) … in isWideColorDisplay() argument
299 …ghtnessSupport(const ::android::sp<::android::IBinder>& /*displayToken*/, bool* /*_aidl_return*/) … in getDisplayBrightnessSupport() argument
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/generated-headers/frameworks/native/libs/gui/libgui_aidl_static/android_vendor.34_arm_armv7-a-neon_static_afdo-libgui_lto-thin/gen/aidl/android/gui/
DISurfaceComposer.h167 …::android::binder::Status createDisplay(const ::std::string& /*displayName*/, bool /*secure*/, flo… in createDisplay() argument
212 ::android::binder::Status getBootDisplayModeSupport(bool* /*_aidl_return*/) override { in getBootDisplayModeSupport() argument
221 ::android::binder::Status getHdrOutputConversionSupport(bool* /*_aidl_return*/) override { in getHdrOutputConversionSupport() argument
224 …setAutoLowLatencyMode(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setAutoLowLatencyMode() argument
227 …us setGameContentType(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setGameContentType() argument
254 ::android::binder::Status getColorManagement(bool* /*_aidl_return*/) override { in getColorManagement() argument
263 …tentSamplingEnabled(const ::android::sp<::android::IBinder>& /*display*/, bool /*enable*/, int8_t … in setDisplayContentSamplingEnabled() argument
269 ::android::binder::Status getProtectedContentSupport(bool* /*_aidl_return*/) override { in getProtectedContentSupport() argument
272 …us isWideColorDisplay(const ::android::sp<::android::IBinder>& /*token*/, bool* /*_aidl_return*/) … in isWideColorDisplay() argument
299 …ghtnessSupport(const ::android::sp<::android::IBinder>& /*displayToken*/, bool* /*_aidl_return*/) … in getDisplayBrightnessSupport() argument
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/generated-headers/frameworks/native/libs/gui/libgui_aidl_static/android_vendor.34_x86_64_static/gen/aidl/android/gui/
DISurfaceComposer.h167 …::android::binder::Status createDisplay(const ::std::string& /*displayName*/, bool /*secure*/, flo… in createDisplay() argument
212 ::android::binder::Status getBootDisplayModeSupport(bool* /*_aidl_return*/) override { in getBootDisplayModeSupport() argument
221 ::android::binder::Status getHdrOutputConversionSupport(bool* /*_aidl_return*/) override { in getHdrOutputConversionSupport() argument
224 …setAutoLowLatencyMode(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setAutoLowLatencyMode() argument
227 …us setGameContentType(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setGameContentType() argument
254 ::android::binder::Status getColorManagement(bool* /*_aidl_return*/) override { in getColorManagement() argument
263 …tentSamplingEnabled(const ::android::sp<::android::IBinder>& /*display*/, bool /*enable*/, int8_t … in setDisplayContentSamplingEnabled() argument
269 ::android::binder::Status getProtectedContentSupport(bool* /*_aidl_return*/) override { in getProtectedContentSupport() argument
272 …us isWideColorDisplay(const ::android::sp<::android::IBinder>& /*token*/, bool* /*_aidl_return*/) … in isWideColorDisplay() argument
299 …ghtnessSupport(const ::android::sp<::android::IBinder>& /*displayToken*/, bool* /*_aidl_return*/) … in getDisplayBrightnessSupport() argument
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/frameworks/native/libs/gui/libgui_aidl_static/android_vendor.34_arm64_armv8-a_static/gen/aidl/android/gui/
DISurfaceComposer.h167 …::android::binder::Status createDisplay(const ::std::string& /*displayName*/, bool /*secure*/, flo… in createDisplay() argument
212 ::android::binder::Status getBootDisplayModeSupport(bool* /*_aidl_return*/) override { in getBootDisplayModeSupport() argument
221 ::android::binder::Status getHdrOutputConversionSupport(bool* /*_aidl_return*/) override { in getHdrOutputConversionSupport() argument
224 …setAutoLowLatencyMode(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setAutoLowLatencyMode() argument
227 …us setGameContentType(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setGameContentType() argument
254 ::android::binder::Status getColorManagement(bool* /*_aidl_return*/) override { in getColorManagement() argument
263 …tentSamplingEnabled(const ::android::sp<::android::IBinder>& /*display*/, bool /*enable*/, int8_t … in setDisplayContentSamplingEnabled() argument
269 ::android::binder::Status getProtectedContentSupport(bool* /*_aidl_return*/) override { in getProtectedContentSupport() argument
272 …us isWideColorDisplay(const ::android::sp<::android::IBinder>& /*token*/, bool* /*_aidl_return*/) … in isWideColorDisplay() argument
299 …ghtnessSupport(const ::android::sp<::android::IBinder>& /*displayToken*/, bool* /*_aidl_return*/) … in getDisplayBrightnessSupport() argument
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/generated-headers/frameworks/native/libs/gui/libgui_aidl_static/android_vendor.34_arm_armv7-a-neon_static/gen/aidl/android/gui/
DISurfaceComposer.h167 …::android::binder::Status createDisplay(const ::std::string& /*displayName*/, bool /*secure*/, flo… in createDisplay() argument
212 ::android::binder::Status getBootDisplayModeSupport(bool* /*_aidl_return*/) override { in getBootDisplayModeSupport() argument
221 ::android::binder::Status getHdrOutputConversionSupport(bool* /*_aidl_return*/) override { in getHdrOutputConversionSupport() argument
224 …setAutoLowLatencyMode(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setAutoLowLatencyMode() argument
227 …us setGameContentType(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setGameContentType() argument
254 ::android::binder::Status getColorManagement(bool* /*_aidl_return*/) override { in getColorManagement() argument
263 …tentSamplingEnabled(const ::android::sp<::android::IBinder>& /*display*/, bool /*enable*/, int8_t … in setDisplayContentSamplingEnabled() argument
269 ::android::binder::Status getProtectedContentSupport(bool* /*_aidl_return*/) override { in getProtectedContentSupport() argument
272 …us isWideColorDisplay(const ::android::sp<::android::IBinder>& /*token*/, bool* /*_aidl_return*/) … in isWideColorDisplay() argument
299 …ghtnessSupport(const ::android::sp<::android::IBinder>& /*displayToken*/, bool* /*_aidl_return*/) … in getDisplayBrightnessSupport() argument
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/frameworks/native/libs/gui/libgui_aidl_static/android_vendor.34_arm_armv8-a_static_afdo-libgui_lto-thin/gen/aidl/android/gui/
DISurfaceComposer.h167 …::android::binder::Status createDisplay(const ::std::string& /*displayName*/, bool /*secure*/, flo… in createDisplay() argument
212 ::android::binder::Status getBootDisplayModeSupport(bool* /*_aidl_return*/) override { in getBootDisplayModeSupport() argument
221 ::android::binder::Status getHdrOutputConversionSupport(bool* /*_aidl_return*/) override { in getHdrOutputConversionSupport() argument
224 …setAutoLowLatencyMode(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setAutoLowLatencyMode() argument
227 …us setGameContentType(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setGameContentType() argument
254 ::android::binder::Status getColorManagement(bool* /*_aidl_return*/) override { in getColorManagement() argument
263 …tentSamplingEnabled(const ::android::sp<::android::IBinder>& /*display*/, bool /*enable*/, int8_t … in setDisplayContentSamplingEnabled() argument
269 ::android::binder::Status getProtectedContentSupport(bool* /*_aidl_return*/) override { in getProtectedContentSupport() argument
272 …us isWideColorDisplay(const ::android::sp<::android::IBinder>& /*token*/, bool* /*_aidl_return*/) … in isWideColorDisplay() argument
299 …ghtnessSupport(const ::android::sp<::android::IBinder>& /*displayToken*/, bool* /*_aidl_return*/) … in getDisplayBrightnessSupport() argument
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/generated-headers/frameworks/native/libs/gui/libgui_aidl_static/android_vendor.34_x86_x86_64_static_afdo-libgui_lto-thin/gen/aidl/android/gui/
DISurfaceComposer.h167 …::android::binder::Status createDisplay(const ::std::string& /*displayName*/, bool /*secure*/, flo… in createDisplay() argument
212 ::android::binder::Status getBootDisplayModeSupport(bool* /*_aidl_return*/) override { in getBootDisplayModeSupport() argument
221 ::android::binder::Status getHdrOutputConversionSupport(bool* /*_aidl_return*/) override { in getHdrOutputConversionSupport() argument
224 …setAutoLowLatencyMode(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setAutoLowLatencyMode() argument
227 …us setGameContentType(const ::android::sp<::android::IBinder>& /*display*/, bool /*on*/) override { in setGameContentType() argument
254 ::android::binder::Status getColorManagement(bool* /*_aidl_return*/) override { in getColorManagement() argument
263 …tentSamplingEnabled(const ::android::sp<::android::IBinder>& /*display*/, bool /*enable*/, int8_t … in setDisplayContentSamplingEnabled() argument
269 ::android::binder::Status getProtectedContentSupport(bool* /*_aidl_return*/) override { in getProtectedContentSupport() argument
272 …us isWideColorDisplay(const ::android::sp<::android::IBinder>& /*token*/, bool* /*_aidl_return*/) … in isWideColorDisplay() argument
299 …ghtnessSupport(const ::android::sp<::android::IBinder>& /*displayToken*/, bool* /*_aidl_return*/) … in getDisplayBrightnessSupport() argument
[all …]

12345678910>>...39