Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 153) sorted by relevance

1234567

/system/bt/device/src/
Dcontroller.cc93 static bool readable; variable
315 readable = true; in start_up()
320 readable = false; in shut_down()
334 static bool get_is_ready(void) { return readable; } in get_is_ready()
337 CHECK(readable); in get_address()
342 CHECK(readable); in get_bt_version()
347 CHECK(readable); in get_local_supported_codecs()
356 CHECK(readable); in get_ble_supported_states()
362 CHECK(readable); in supports_simple_pairing()
367 CHECK(readable); in supports_secure_connections()
[all …]
/system/sepolicy/private/
Dderive_sdk.te10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
Dtraced_perf.te21 # are world-readable, e.g. odex files that included user profiles during
Dheapprofd.te49 # Some dex files are not world-readable.
/system/sepolicy/prebuilts/api/31.0/private/
Dderive_sdk.te10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
Dtraced_perf.te21 # are world-readable, e.g. odex files that included user profiles during
Dheapprofd.te49 # Some dex files are not world-readable.
Dephemeral_app.te76 # best practice to ensure these files aren't readable.
/system/sepolicy/prebuilts/api/30.0/private/
Dderive_sdk.te10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
Dtraced_perf.te21 # are world-readable, e.g. odex files that included user profiles during
Dheapprofd.te48 # Some dex files are not world-readable.
/system/bt/gd/rust/common/src/
Dtime.rs35 let mut read_ready = self.fd.readable().await.unwrap(); in expired()
65 let mut read_ready = self.fd.readable().await.unwrap(); in tick()
/system/bt/test/mock/
Dmock_device_controller.h91 extern bool readable;
Dmock_device_controller.cc90 bool readable{false}; variable
96 bool get_is_ready(void) { return readable; } in get_is_ready()
/system/sepolicy/prebuilts/api/26.0/public/
Dproperty.te60 # are readable to everyone, which is overly broad and should
Ddex2oat.te59 # create them itself (and make them world-readable).
/system/timezone/debug_tools/host/
DREADME.android9 It also dumps human-readable CSV files of the (v1) content currently used by
/system/sepolicy/prebuilts/api/27.0/public/
Dproperty.te60 # are readable to everyone, which is overly broad and should
Ddex2oat.te59 # create them itself (and make them world-readable).
/system/sepolicy/prebuilts/api/27.0/private/
Dephemeral_app.te51 # best practice to ensure these files aren't readable.
/system/sepolicy/prebuilts/api/26.0/private/
Dephemeral_app.te49 # best practice to ensure these files aren't readable.
/system/sepolicy/prebuilts/api/28.0/public/
Ddex2oat.te59 # create them itself (and make them world-readable).
/system/sepolicy/prebuilts/api/29.0/private/
Dheapprofd.te50 # Some dex files are not world-readable.
/system/sepolicy/prebuilts/api/28.0/private/
Dephemeral_app.te62 # best practice to ensure these files aren't readable.
/system/logging/logcat/
Dlogcat.cpp983 long readable = android_logger_get_log_readable_size(logger); in Run() local
986 if (size < 0 || readable < 0) { in Run()
990 auto readable_format = format_of_size(readable); in Run()

1234567