Searched refs:frozen (Results 1 – 9 of 9) sorted by relevance
/system/bt/gd/rust/hal/src/ |
D | rootcanal_hal.rs | 96 let frozen = buffer.freeze(); in dispatch_incoming() localVariable 97 match EventPacket::parse(&frozen) { in dispatch_incoming() 99 Err(e) => log::error!("dropping invalid event packet: {}: {:02x}", e, frozen), in dispatch_incoming() 109 let frozen = buffer.freeze(); in dispatch_incoming() localVariable 110 match AclPacket::parse(&frozen) { in dispatch_incoming() 112 Err(e) => log::error!("dropping invalid ACL packet: {}: {:02x}", e, frozen), in dispatch_incoming() 122 let frozen = buffer.freeze(); in dispatch_incoming() localVariable 123 match IsoPacket::parse(&frozen) { in dispatch_incoming() 125 Err(e) => log::error!("dropping invalid ISO packet: {}: {:02x}", e, frozen), in dispatch_incoming()
|
/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 | 144 VINTF_FRAMEWORK_MANIFEST_FROZEN_DIR := $(LOCAL_PATH)/frozen
|
/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/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/build/ |
D | aidl_test.go | 245 …expectedError := `module "foo_interface": versions: must be set \(need to be frozen\) when "unstab… 318 …expectedError := `"foo_interface": versions: must be set \(need to be frozen\) when "unstable" is …
|
/system/sepolicy/private/ |
D | system_server.te | 1405 # BINDER_FREEZE is used to block ipc transactions to frozen processes, so it 1407 # BINDER_GET_FROZEN_INFO is used by system_server to determine the state of a frozen binder
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | system_server.te | 1405 # BINDER_FREEZE is used to block ipc transactions to frozen processes, so it 1407 # BINDER_GET_FROZEN_INFO is used by system_server to determine the state of a frozen binder
|