/device/soc/esp/esp32/components/bt/host/bluedroid/bta/sdp/ |
D | bta_sdp_act.c | 105 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/ |
D | NT3H.c | 197 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/ |
D | heap_trace_standalone.c | 109 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/ |
D | ddbif.h | 29 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/ |
D | nvrecord.h | 127 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);
|
D | nvrecord_env.h | 48 btif_device_record_t record; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/hw_demux/ |
D | hwdemux.c | 327 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/ |
D | gls_db.c | 51 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/ |
D | policy_operation_diagram.dot | 28 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]" ];
|
D | policy_overview.dot | 41 jobslots [ shape=record label="Jobslots: | <0>js[0] | <1>js[1] | <2>js[2]" ];
|
/device/soc/esp/esp32/components/heap/include/ |
D | esp_heap_trace.h | 140 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/ |
D | bta_sdp_int.h | 80 tBTA_SDP_API_RECORD_USER record; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/hw_demux/ |
D | aml_dmx.c | 524 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 …]
|
D | aml_dvb.h | 200 int record; member
|
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/dts/rockchip/ |
D | rk3588-android.dtsi | 59 record-size = <0x20000>;
|
D | rk3588-linux.dtsi | 52 record-size = <0x20000>;
|
D | .rk3588-bearkey-bq3588c1-linux.dtb.dts.tmp | 12963 record-size = <0x20000>;
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
D | hi_crash.h | 411 hi_void hi_syserr_record_crash_info(hi_bool record);
|
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/driver/flash/ |
D | flash_api.h | 163 BtDeviceRecord record; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h264_multi/ |
D | vmh264.c | 7675 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/ |
D | hisi_mbedtls-2.16.10.patch | 356 * Comment this macro to disable 1/n-1 record splitting.
|
/device/board/kaihong/khdvk_3566b/kernel/ |
D | rk3566-rp-kh.dts | 390 record-size = <0x20000>;
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 103 * 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.
|