Home
last modified time | relevance | path

Searched refs:record (Results 1 – 24 of 24) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c105 static void bta_create_mns_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_mns_sdp_record() argument
110 record->mns.hdr.type = SDP_TYPE_MAP_MNS; in bta_create_mns_sdp_record()
111 record->mns.hdr.service_name_length = 0; in bta_create_mns_sdp_record()
112 record->mns.hdr.service_name = NULL; in bta_create_mns_sdp_record()
113 record->mns.hdr.rfcomm_channel_number = 0; in bta_create_mns_sdp_record()
114 record->mns.hdr.l2cap_psm = -1; in bta_create_mns_sdp_record()
115 record->mns.hdr.profile_version = 0; in bta_create_mns_sdp_record()
116 record->mns.supported_features = 0x0000001F; //default value if not found in bta_create_mns_sdp_record()
119 record->mns.supported_features = p_attr->attr_value.v.u32; in bta_create_mns_sdp_record()
123 record->mns.hdr.service_name_length = SDP_DISC_ATTR_LEN(p_attr->attr_len_type); in bta_create_mns_sdp_record()
[all …]
/device/board/bearpi/bearpi_hm_nano/app/B5_basic_i2c_nfc/nfc/
DNT3H.c197 NDEFRecordStr record; in firstRecord() local
215 memset_s(&record, sizeof(NDEFRecordStr), 0, sizeof(NDEFRecordStr)); in firstRecord()
220 composeNDEFMBME(true, true, &record); in firstRecord()
223 …uint8_t recordLength = composeRtd[typeFunct](data, &record, &nfcPageBuffer[sizeof(NDEFHeaderStr)]); in firstRecord()
234 NDEFRecordStr record; in addRecord() local
258 record.header = mbMe; in addRecord()
259 composeNDEFMBME(true, false, &record); // this is the first record in addRecord()
260 mbMe = record.header; in addRecord()
262 memset_s(&record, sizeof(NDEFRecordStr), 0, sizeof(NDEFRecordStr)); in addRecord()
266 uint8_t recordLength = composeRtd[typeFunct](data, &record, tmpBuffer); in addRecord()
[all …]
/device/soc/esp/esp32/components/heap/
Dheap_trace_standalone.c109 esp_err_t heap_trace_get(size_t index, heap_trace_record_t *record) in heap_trace_get() argument
111 if (record == NULL) { in heap_trace_get()
120 memcpy(record, &buffer[index], sizeof(heap_trace_record_t)); in heap_trace_get()
174 static IRAM_ATTR void record_allocation(const heap_trace_record_t *record) in record_allocation() argument
176 if (!tracing || record->address == NULL) { in record_allocation()
195 memcpy(&buffer[count], record, sizeof(heap_trace_record_t)); in record_allocation()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/osif/
Dddbif.h29 bt_status_t ddbif_add_record(btif_device_record_t *record);
33 bt_status_t ddbif_find_record(const bt_bdaddr_t *bdAddr, btif_device_record_t *record);
37 bt_status_t ddbif_enum_device_records(I16 index, btif_device_record_t *record);
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/nvrecord/
Dnvrecord.h127 btif_device_record_t record;
139 bt_status_t nv_record_enum_dev_records(unsigned short index,btif_device_record_t* record);
140 bt_status_t nv_record_add(SECTIONS_ADP_ENUM type,void *record);
141 bt_status_t nv_record_ddbrec_find(const bt_bdaddr_t *bd_ddr, btif_device_record_t*record);
143 int nv_record_btdevicerecord_find(const bt_bdaddr_t *bd_ddr, nvrec_btdevicerecord **record);
Dnvrecord_env.h48 btif_device_record_t record; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/hw_demux/
Dhwdemux.c327 int fec_sel = 0, hi_bsf=0, fec_ctrl = 0, record = 0; in _hwdmx_enable() local
334 record = 1; in _hwdmx_enable()
343 record = record ? 1 : 0; in _hwdmx_enable()
348 record = record ? 1 : 0; in _hwdmx_enable()
353 record = record ? 1 : 0; in _hwdmx_enable()
372 record = record ? 1 : 0; in _hwdmx_enable()
387 record = 0; in _hwdmx_enable()
397 pdmx->id, pdmx->dmx_source, record, hi_bsf, fec_core_sel); in _hwdmx_enable()
481 (record << TS_RECORDER_ENABLE) | in _hwdmx_enable()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/gls/
Dgls_db.c51 gls_rec_t record; member
195 s_gls_db_env.database[i].record = *p_rec; in gls_db_record_add()
268 *p_rec = s_gls_db_env.database[s_gls_db_env.rec_index[rec_idx]].record; in gls_db_record_get()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/docs/
Dpolicy_operation_diagram.dot28 low_queue [ shape=record label = "LowP | {<ql>ctx_lo | ... | <qm>ctx_i | ... | <qr>ctx_hi}" ];
31 rt_queue [ shape=record label = "RT | {<ql>ctx_lo | ... | <qm>ctx_j | ... | <qr>ctx_hi}" ];
67 jobslots [ shape=record label="Jobslots: | <0>js[0] | <1>js[1] | <2>js[2]" ];
Dpolicy_overview.dot41 jobslots [ shape=record label="Jobslots: | <0>js[0] | <1>js[1] | <2>js[2]" ];
/device/soc/esp/esp32/components/heap/include/
Desp_heap_trace.h140 esp_err_t heap_trace_get(size_t index, heap_trace_record_t *record);
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/sdp/include/
Dbta_sdp_int.h80 tBTA_SDP_API_RECORD_USER record; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/hw_demux/
Daml_dmx.c524 if (!dmx->record) { in section_buffer_watchdog_func()
1530 if (dmx->init && dmx->record) { in dvr_irq_bh_handler()
3070 if (!dmx->record) { in dmx_get_record_flag()
3072 dmx->record = 1; in dmx_get_record_flag()
3088 if (dmx->record) { in dmx_get_record_flag()
3090 dmx->record = 0; in dmx_get_record_flag()
3130 int fec_sel, hi_bsf, fec_ctrl, record; in dmx_enable() local
3138 record = dmx_get_record_flag(dmx); in dmx_enable()
3147 record = record ? 1 : 0; in dmx_enable()
3152 record = record ? 1 : 0; in dmx_enable()
[all …]
Daml_dvb.h200 int record; member
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/dts/rockchip/
Drk3588-android.dtsi59 record-size = <0x20000>;
Drk3588-linux.dtsi52 record-size = <0x20000>;
D.rk3588-bearkey-bq3588c1-linux.dtb.dts.tmp12963 record-size = <0x20000>;
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_crash.h411 hi_void hi_syserr_record_crash_info(hi_bool record);
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/driver/flash/
Dflash_api.h163 BtDeviceRecord record; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h264_multi/
Dvmh264.c7675 struct mh264_userdata_record_t *record) in dump_userdata_record() argument
7677 if (record && hw) { in dump_userdata_record()
7680 pdata = hw->userdata_info.data_buf + record->rec_start; in dump_userdata_record()
7690 push_to_buf(hw, pdata, record->rec_len, &record->meta_info); in dump_userdata_record()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/mbedtls_prepare/
Dhisi_mbedtls-2.16.10.patch356 * Comment this macro to disable 1/n-1 record splitting.
/device/board/kaihong/khdvk_3566b/kernel/
Drk3566-rp-kh.dts390 record-size = <0x20000>;
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch103 * In case the boot CPU is hotpluggable, we record its initial state and
11587 + * If HDMI is enabled in uboot, it's need to record
63806 + * Used to record the maximum number of endpoints being used in a USB composite
77016 8 channels each for play and record.
77025 + 8 channels each for play and record.