Searched refs:le (Results 1 – 11 of 11) sorted by relevance
/system/vold/ |
D | Checkpoint.cpp | 565 log_entry* le, std::vector<char>& buffer) { in restoreSector() argument 567 uint32_t index = le - ((log_entry*)&ls_buffer[ls.header_size]); in restoreSector() 568 int count = (le->size - 1) / kSectorSize + 1; in restoreSector() 570 if (checkCollision(used_sectors, le->source, le->source + count)) { in restoreSector() 581 markUsed(used_sectors, le->dest, le->dest + count); in restoreSector() 590 lseek64(device_fd, le->source * kSectorSize, SEEK_SET); in restoreSector() 591 write(device_fd, &buffer[0], le->size); in restoreSector() 701 for (log_entry* le = in cp_restoreCheckpoint() local 703 le >= reinterpret_cast<log_entry*>(&ls_buffer[ls.header_size]); --le) { in cp_restoreCheckpoint() 705 LOG(VERBOSE) << action << " " << le->size << " bytes from sector " << le->dest in cp_restoreCheckpoint() [all …]
|
/system/chre/java/test/ble_concurrency/src/com/google/android/chre/test/bleconcurrency/ |
D | ContextHubBleConcurrencyTestExecutor.java | 23 import android.bluetooth.le.BluetoothLeScanner; 24 import android.bluetooth.le.ScanCallback; 25 import android.bluetooth.le.ScanFilter; 26 import android.bluetooth.le.ScanRecord; 27 import android.bluetooth.le.ScanResult; 28 import android.bluetooth.le.ScanSettings;
|
/system/libsysprop/srcs/android/sysprop/ |
D | BluetoothProperties.sysprop | 117 prop_name: "bluetooth.core.gap.le.privacy.enabled" 127 prop_name: "bluetooth.core.gap.le.conn.min.limit" 137 prop_name: "bluetooth.core.gap.le.conn.only_init_1m_phy.enabled" 648 prop_name: "bluetooth.core.le.min_connection_interval" 655 prop_name: "bluetooth.core.le.max_connection_interval" 662 prop_name: "bluetooth.core.le.connection_latency" 669 prop_name: "bluetooth.core.le.connection_supervision_timeout" 678 prop_name: "bluetooth.core.le.direct_connection_timeout" 687 prop_name: "bluetooth.core.le.connection_scan_interval_fast" 694 prop_name: "bluetooth.core.le.connection_scan_window_fast" [all …]
|
/system/libsysprop/srcs/api/ |
D | PlatformProperties-current.txt | 40 prop_name: "bluetooth.core.gap.le.conn.min.limit" 68 prop_name: "bluetooth.core.gap.le.privacy.enabled"
|
/system/sepolicy/private/ |
D | property_contexts | 545 bluetooth.core.gap.le.privacy.enabled u:object_r:bluetooth_config_prop:s0 exact bool 546 bluetooth.core.gap.le.conn.min.limit u:object_r:bluetooth_config_prop:s0 exact int 547 bluetooth.core.gap.le.conn.only_init_1m_phy.enabled u:object_r:bluetooth_config_prop:s0 exact bool 595 bluetooth.core.le.min_connection_interval u:object_r:bluetooth_config_prop:s0 exact uint 596 bluetooth.core.le.max_connection_interval u:object_r:bluetooth_config_prop:s0 exact uint 597 bluetooth.core.le.connection_latency u:object_r:bluetooth_config_prop:s0 exact uint 598 bluetooth.core.le.connection_supervision_timeout u:object_r:bluetooth_config_prop:s0 exact uint 599 bluetooth.core.le.direct_connection_timeout u:object_r:bluetooth_config_prop:s0 exact uint 600 bluetooth.core.le.connection_scan_interval_fast u:object_r:bluetooth_config_prop:s0 exact uint 601 bluetooth.core.le.connection_scan_window_fast u:object_r:bluetooth_config_prop:s0 exact uint [all …]
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | property_contexts | 545 bluetooth.core.gap.le.privacy.enabled u:object_r:bluetooth_config_prop:s0 exact bool 546 bluetooth.core.gap.le.conn.min.limit u:object_r:bluetooth_config_prop:s0 exact int 547 bluetooth.core.gap.le.conn.only_init_1m_phy.enabled u:object_r:bluetooth_config_prop:s0 exact bool 595 bluetooth.core.le.min_connection_interval u:object_r:bluetooth_config_prop:s0 exact uint 596 bluetooth.core.le.max_connection_interval u:object_r:bluetooth_config_prop:s0 exact uint 597 bluetooth.core.le.connection_latency u:object_r:bluetooth_config_prop:s0 exact uint 598 bluetooth.core.le.connection_supervision_timeout u:object_r:bluetooth_config_prop:s0 exact uint 599 bluetooth.core.le.direct_connection_timeout u:object_r:bluetooth_config_prop:s0 exact uint 600 bluetooth.core.le.connection_scan_interval_fast u:object_r:bluetooth_config_prop:s0 exact uint 601 bluetooth.core.le.connection_scan_window_fast u:object_r:bluetooth_config_prop:s0 exact uint [all …]
|
/system/core/bootstat/ |
D | bootstat.cpp | 595 const uint8_t* le = reinterpret_cast<const uint8_t*>(l) + n; in numError() local 601 size_t num = numError(*--le, *--re); in numError() 609 } while (le != reinterpret_cast<const uint8_t*>(l)); in numError()
|
/system/tools/aidl/ |
D | hiddenapi-greylist | 84 "android.bluetooth.le.IAdvertisingSetCallback", 85 "android.bluetooth.le.IPeriodicAdvertisingCallback", 86 "android.bluetooth.le.IScannerCallback",
|
/system/core/fs_mgr/liblp/ |
D | builder.cpp | 152 auto le = extent->AsLinearExtent(); in GetBeginningExtents() local 153 if (le) { in GetBeginningExtents() 154 p.AddExtent(std::make_unique<LinearExtent>(*le)); in GetBeginningExtents()
|
D | builder_test.cpp | 940 if (LinearExtent* le = extent->AsLinearExtent()) { in ToInterval() local 941 return le->AsInterval(); in ToInterval()
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | property_contexts | 504 bluetooth.core.gap.le.privacy.enabled u:object_r:bluetooth_config_prop:s0 exact bool
|