Home
last modified time | relevance | path

Searched refs:stored (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h110 failure_record_t* stored = &failure_map_[uid]; in GetFailureRecord() local
111 if (user_id != stored->secure_user_id) { in GetFailureRecord()
112 stored->secure_user_id = user_id; in GetFailureRecord()
113 stored->last_checked_timestamp = 0; in GetFailureRecord()
114 stored->failure_counter = 0; in GetFailureRecord()
116 memcpy(record, stored, sizeof(*record)); in GetFailureRecord()
121 failure_record_t* stored = &failure_map_[uid]; in ClearFailureRecord() local
122 stored->secure_user_id = user_id; in ClearFailureRecord()
123 stored->last_checked_timestamp = 0; in ClearFailureRecord()
124 stored->failure_counter = 0; in ClearFailureRecord()
/device/google/sunfish-sepolicy/vendor/qcom/common/
Dhal_bootctl.te8 # Edit the attributes stored in the GPT.
/device/google/coral-sepolicy/vendor/qcom/common/
Dhal_bootctl.te8 # Edit the attributes stored in the GPT.
/device/google/redbull-sepolicy/vendor/qcom/common/
Dhal_bootctl.te8 # Edit the attributes stored in the GPT.
/device/generic/car/emulator/usbpt/bluetooth/
Dbluetooth.prop10 # *NOT* correspond to a field. Instead, class of device is stored internally as 24 bits,
/device/amlogic/yukawa/hal/hdmicec/
DAndroid.bp23 // HAL module implementation, not prelinked and stored in
/device/google/cuttlefish/host/cvd_test_configs/local_tests/
DREADME.md16 2. A device image folder stored locally, which will be run within
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto1363 // The index of the logging buffer where TracePacket(s) will be stored.
2087 // (num of events stored in the trace = total - failed - skipped).
2494 // Pointers are stored in a separate type as the JSON output treats them
5573 // All fields (except comms) are stored in a structure-of-arrays form, one
5893 // stored in vulkan_memory_keys from
5957 // Interned string. Original string value is stored in function_names from
6188 // Pointers are stored in a separate type as the JSON output treats them
6354 // Describes the current values stored in the Chrome Compositor state machine.