Home
last modified time | relevance | path

Searched refs:descriptor (Results 1 – 14 of 14) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_api.c360 UINT16 len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len; in BTA_HhAddDev()
378 if ( dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list) in BTA_HhAddDev()
380 p_buf->dscp_info.descriptor.dl_len = dscp_info.descriptor.dl_len; in BTA_HhAddDev()
381 p_buf->dscp_info.descriptor.dsc_list = (UINT8 *)(p_buf + 1); in BTA_HhAddDev()
382 …memcpy(p_buf->dscp_info.descriptor.dsc_list, dscp_info.descriptor.dsc_list, dscp_info.descriptor.d… in BTA_HhAddDev()
386 p_buf->dscp_info.descriptor.dsc_list = NULL; in BTA_HhAddDev()
387 p_buf->dscp_info.descriptor.dl_len = 0; in BTA_HhAddDev()
Dbta_hh_utils.c138 utl_freebuf((void **)&p_cb->dscp_info.descriptor.dsc_list); in bta_hh_clean_up_kdev()
206 utl_freebuf((void **)&p_cb->dscp_info.descriptor.dsc_list); in bta_hh_add_device_to_list()
209 (p_cb->dscp_info.descriptor.dsc_list = in bta_hh_add_device_to_list()
212 p_cb->dscp_info.descriptor.dl_len = p_dscp_info->dl_len; in bta_hh_add_device_to_list()
213 memcpy(p_cb->dscp_info.descriptor.dsc_list, p_dscp_info->dsc_list, in bta_hh_add_device_to_list()
470 utl_freebuf((void **)&bta_hh_cb.kdev[xx].dscp_info.descriptor.dsc_list); in bta_hh_cleanup_disable()
Dbta_hh_le.c1366 p_cb->dscp_info.descriptor.dsc_list = NULL; in bta_hh_clear_service_cache()
1862 p_srvc->descriptor.dl_len = p_data->p_value->unformat.len; in bta_hh_le_save_rpt_map()
1863 p_srvc->descriptor.dsc_list = p_dev_cb->hid_srvc[p_data->srvc_id.id.inst_id].rpt_map; in bta_hh_le_save_rpt_map()
2698 p_cb->dscp_info.descriptor.dl_len = p_cb->hid_srvc[i].descriptor.dl_len; in bta_hh_le_get_dscp_act()
2699 p_cb->dscp_info.descriptor.dsc_list = p_cb->hid_srvc[i].descriptor.dsc_list; in bta_hh_le_get_dscp_act()
2769 &p_dev_info->dscp_info.descriptor, in bta_hh_le_add_device()
3132 p_cb->hid_srvc[BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt_cache->inst_id)].descriptor.dl_len = in bta_hh_process_cache_rpt()
3133 p_cb->dscp_info.descriptor.dl_len; in bta_hh_process_cache_rpt()
3134 p_cb->hid_srvc[BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt_cache->inst_id)].descriptor.dsc_list = in bta_hh_process_cache_rpt()
3135 p_cb->dscp_info.descriptor.dsc_list; in bta_hh_process_cache_rpt()
Dbta_hh_int.h222 tBTA_HH_DEV_DESCR descriptor; member
Dbta_hh_act.c1019 &p_dev_info->dscp_info.descriptor, in bta_hh_maint_dev_act()
/system/bt/btif/src/
Dbtif_hh.c549 dest->descriptor.dl_len = 0; in btif_hh_copy_hid_info()
550 if (src->descriptor.dl_len >0) in btif_hh_copy_hid_info()
552 dest->descriptor.dsc_list = (UINT8 *) GKI_getbuf(src->descriptor.dl_len); in btif_hh_copy_hid_info()
553 if (dest->descriptor.dsc_list == NULL) in btif_hh_copy_hid_info()
559 memcpy(dest->descriptor.dsc_list, src->descriptor.dsc_list, src->descriptor.dl_len); in btif_hh_copy_hid_info()
560 dest->descriptor.dl_len = src->descriptor.dl_len; in btif_hh_copy_hid_info()
919 len = p_data->dscp_info.descriptor.dl_len; in btif_hh_upstreams_evt()
950 len, p_data->dscp_info.descriptor.dsc_list); in btif_hh_upstreams_evt()
968 len, p_data->dscp_info.descriptor.dsc_list); in btif_hh_upstreams_evt()
974 if (dscp_info.descriptor.dl_len >0 && dscp_info.descriptor.dsc_list != NULL) in btif_hh_upstreams_evt()
[all …]
Dbtif_storage.c1380 dscp_info.descriptor.dl_len = (uint16_t)len; in btif_storage_load_bonded_hid_info()
1381 dscp_info.descriptor.dsc_list = (uint8_t*)alloca(len); in btif_storage_load_bonded_hid_info()
1382 … btif_config_get_bin(name, "HidDescriptor", (uint8_t *)dscp_info.descriptor.dsc_list, &len); in btif_storage_load_bonded_hid_info()
/system/core/fingerprintd/
Dfingerprintd.cpp42 android::FingerprintDaemonProxy::descriptor, proxy); in main()
DIFingerprintDaemon.cpp40 IFingerprintDaemon::descriptor("android.hardware.fingerprint.IFingerprintDaemon"); member in android::IFingerprintDaemon
44 return IFingerprintDaemon::descriptor; in getInterfaceDescriptor()
DIFingerprintDaemon.h69 static const android::String16 descriptor; variable
/system/core/gatekeeperd/
DIGateKeeperService.cpp24 const android::String16 IGateKeeperService::descriptor("android.service.gatekeeper.IGateKeeperServi… member in android::IGateKeeperService
26 return IGateKeeperService::descriptor; in getInterfaceDescriptor()
DIGateKeeperService.h45 static const android::String16 descriptor; variable
/system/bt/bta/include/
Dbta_hh_api.h211 tBTA_HH_DEV_DESCR descriptor; member
/system/core/libziparchive/
Dzip_archive.cc683 const DataDescriptor* descriptor = reinterpret_cast<const DataDescriptor*>(ddBuf + offset); in UpdateEntryFromDataDescriptor() local
685 entry->crc32 = descriptor->crc32; in UpdateEntryFromDataDescriptor()
686 entry->compressed_length = descriptor->compressed_size; in UpdateEntryFromDataDescriptor()
687 entry->uncompressed_length = descriptor->uncompressed_size; in UpdateEntryFromDataDescriptor()