Home
last modified time | relevance | path

Searched refs:frozen (Results 1 – 18 of 18) sorted by relevance

/system/nfc/src/rust/hal/
Drootcanal_hal.rs65 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/
Dmessage_check_equality_frozen.txt2 # 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`
Daidl_test.go271 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 …]
Daidl_api.go282 Text("-parameter frozen -set-bool true").
310 Text("-parameter frozen -set-bool true").
346 Text("-parameter frozen -set-bool false").
DAndroid.bp312 frozen: true,
404 frozen: false,
/system/libhidl/vintfdata/
DREADME.md27 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`
Dfreeze.sh34 …local files_to_diff="$(printf "${mydir}/frozen/%s\n" $(ls -1 -t -r ${mydir}/frozen | xargs -I{} ba…
DAndroid.mk152 VINTF_FRAMEWORK_MANIFEST_FROZEN_DIR := $(LOCAL_PATH)/frozen
/system/tools/aidl/tests/trunk_stable_test/
DAndroid.bp49 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/
DAndroid.bp59 frozen: true,
63 // Note: This should always be one version ahead of the last frozen version
/system/hardware/interfaces/net/netd/aidl/
DAndroid.bp27 frozen: true,
/system/hardware/interfaces/media/
DAndroid.bp136 // 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/
Dlibllkd.cpp308 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/
DAndroid.bp67 frozen: true,
/system/update_engine/stable/
DAndroid.bp62 frozen: true,
/system/tools/hidl/
DCoordinator.cpp823 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/
DAndroid.bp523 frozen: true,
/system/sepolicy/private/
Dsystem_server.te1606 # 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