Home
last modified time | relevance | path

Searched defs:fcs (Results 1 – 5 of 5) sorted by relevance

/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/
DFederatedComputeSchedulerTest.java69 FederatedComputeScheduler fcs = new FederatedComputeScheduler(null, new TestDataService()); in testScheduleNull() local
109 FederatedComputeScheduler fcs = new FederatedComputeScheduler(null, new TestDataService()); in testCancelNull() local
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_utils.cc89 uint8_t fcs = 0xFF; in rfc_calc_fcs() local
112 uint8_t fcs = 0xFF; in rfc_check_fcs() local
Drfc_ts_frames.cc519 uint8_t ead, eal, fcs; in rfc_parse_data() local
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc295 uint16_t fcs; in prepare_I_frame() local
390 uint16_t fcs; in l2c_fcr_send_S_frame() local
473 uint16_t fcs; in l2c_fcr_proc_pdu() local
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h170 uint8_t fcs; /* '0' if desire is to bypass FCS, otherwise '1' */ member