/system/nfc/src/rust/hal/ |
D | rootcanal_hal.rs | 65 let frozen = buffer.freeze(); in dispatch_incoming() localVariable 66 debug!("{:?}", &frozen); in dispatch_incoming() 67 if is_control_packet(&frozen[..]) { in dispatch_incoming() 68 match NciPacket::parse(&frozen) { in dispatch_incoming() 74 Err(e) => error!("dropping invalid cmd event packet: {}: {:02x}", e, frozen), in dispatch_incoming() 77 match DataPacket::parse(&frozen) { in dispatch_incoming() 83 Err(e) => error!("dropping invalid data event packet: {}: {:02x}", e, frozen), in dispatch_incoming()
|
/system/tools/aidl/build/ |
D | message_check_equality_frozen.txt | 2 # ERROR: AIDL API change detected on frozen interface # 4 Above AIDL file(s) has changed. The AIDL API is marked `frozen: true` so it 5 cannot be modified. Change this to `frozen: false`, then run `m %s-update-api`
|
D | aidl_test.go | 271 expectedError := `module "foo_interface": versions: must be set \(need to be frozen\) because` 362 frozen: true, 379 frozen: true, 387 expectedError := `cannot be frozen without versions` 398 frozen: true, 405 frozen: true, 425 frozen: false, 432 frozen: true, 452 frozen: false, 459 frozen: true, [all …]
|
D | aidl_api.go | 282 Text("-parameter frozen -set-bool true"). 310 Text("-parameter frozen -set-bool true"). 346 Text("-parameter frozen -set-bool false").
|
D | Android.bp | 312 frozen: true, 404 frozen: false,
|
/system/libhidl/vintfdata/ |
D | README.md | 27 to the last frozen version. 48 - If `optional="false"` in frozen DCMs, the build system checks that adding the 78 A new file, `frozen/${LEVEL}.xml`, will be created after the command is 80 manually inspect the frozen compatibility matrix. Modify the `optional` 86 reference DCMs in the `frozen/` dir, with some of the HALs marked 90 the respective frozen DCM. HALs in the framework manifest with `max-level`
|
D | freeze.sh | 34 …local files_to_diff="$(printf "${mydir}/frozen/%s\n" $(ls -1 -t -r ${mydir}/frozen | xargs -I{} ba…
|
D | Android.mk | 152 VINTF_FRAMEWORK_MANIFEST_FROZEN_DIR := $(LOCAL_PATH)/frozen
|
/system/tools/aidl/tests/trunk_stable_test/ |
D | Android.bp | 49 frozen: false, 50 // Some tests rely on the last version not being frozen. 51 // Owner is set so the interface isn't frozen with the rest.
|
/system/hardware/interfaces/keystore2/aidl/ |
D | Android.bp | 59 frozen: true, 63 // Note: This should always be one version ahead of the last frozen version
|
/system/hardware/interfaces/net/netd/aidl/ |
D | Android.bp | 27 frozen: true,
|
/system/hardware/interfaces/media/ |
D | Android.bp | 136 // you add the latest frozen version to versions_with_info 138 frozen: true, 142 // Note: This should always be one version ahead of the last frozen version 264 frozen: true, 268 // Note: This should always be one version ahead of the last frozen version
|
/system/core/llkd/ |
D | libllkd.cpp | 308 bool frozen; // process is in frozen cgroup. member 312 void setFrozen(bool _frozen) { frozen = _frozen; } in setFrozen() 314 proc(pid_t tid, pid_t pid, pid_t ppid, const char* _comm, int time, char state, bool frozen) in proc() 335 frozen(frozen) { in proc() 381 bool isFrozen() { return frozen; } in isFrozen() 603 bool frozen) { in llkTidAlloc() argument 604 auto it = tids.emplace(std::make_pair(tid, proc(tid, pid, ppid, comm, time, state, frozen))); in llkTidAlloc() 1053 auto frozen = cgroup.find(":freezer:/frozen") != std::string::npos; in llkCheck() local 1057 procp = llkTidAlloc(tid, pid, ppid, pdir, utime + stime, state, frozen); in llkCheck() 1062 procp->setFrozen(frozen); in llkCheck()
|
/system/hardware/interfaces/suspend/aidl/ |
D | Android.bp | 67 frozen: true,
|
/system/update_engine/stable/ |
D | Android.bp | 62 frozen: true,
|
/system/tools/hidl/ |
D | Coordinator.cpp | 823 std::vector<std::string> frozen = in checkHash() local 833 if (frozen.size() == 0) { in checkHash() 855 if (std::find(frozen.begin(), frozen.end(), currentHash) == frozen.end()) { in checkHash()
|
/system/tools/aidl/ |
D | Android.bp | 523 frozen: true,
|
/system/sepolicy/private/ |
D | system_server.te | 1606 # BINDER_FREEZE is used to block ipc transactions to frozen processes, so it 1608 # BINDER_GET_FROZEN_INFO is used by system_server to determine the state of a frozen binder
|