Searched defs:fcs (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/java/android/service/autofill/ |
H A D | FieldClassification.java | 92 final FieldClassification[] fcs = new FieldClassification[length]; in readArrayFromParcel() local 99 static void writeArrayToParcel(@NonNull Parcel parcel, @NonNull FieldClassification[] fcs) { in writeArrayToParcel()
|
/aosp12/system/bt/gd/l2cap/classic/cert/ |
H A D | cert_l2cap.py | 42 def __init__(self, device, scid, dcid, acl_stream, acl, control_channel, fcs=None): argument 72 fcs=False): argument 202 def open_channel(self, signal_id, psm, scid, fcs=None): argument 214 def verify_and_respond_open_channel_from_remote(self, psm=0x33, scid=None, fcs=None): argument 299 fcs=None, argument
|
H A D | l2cap_test.py | 74 fcs=None): argument 86 fcs=None, argument
|
/aosp12/system/bt/stack/rfcomm/ |
H A D | rfc_utils.cc | 88 uint8_t fcs = 0xFF; in rfc_calc_fcs() local 111 uint8_t fcs = 0xFF; in rfc_check_fcs() local
|
H A D | rfc_ts_frames.cc | 510 uint8_t ead, eal, fcs; in rfc_parse_data() local
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_fcr.cc | 296 uint16_t fcs; in prepare_I_frame() local 391 uint16_t fcs; in l2c_fcr_send_S_frame() local 474 uint16_t fcs; in l2c_fcr_proc_pdu() local
|
/aosp12/bionic/libc/include/sys/ |
H A D | user.h | 48 long fcs; member 59 long fcs; member
|
/aosp12/system/bt/gd/cert/ |
H A D | matchers.py | 470 def _is_matching_information_frame(packet, tx_seq, payload, f, fcs=False): argument 486 def _is_matching_information_start_frame(packet, tx_seq, payload, f, fcs=False): argument
|
/aosp12/system/bt/stack/include/ |
H A D | l2c_api.h | 157 uint8_t fcs; /* '0' if desire is to bypass FCS, otherwise '1' */ member
|