Searched defs:hardware (Results 1 - 25 of 111) sorted by relevance

12345

/external/nos/host/android/hals/keymaster/
H A Dbuffer.h20 #include <android/hardware/keymaster/4.0/IKeymasterDevice.h>
27 namespace hardware { namespace in namespace:android
31 using ::android::hardware::keymaster::V4_0::Algorithm;
32 using ::android::hardware::keymaster::V4_0::ErrorCode;
46 } // hardware
H A Dexport_key.h20 #include <android/hardware/keymaster/4.0/IKeymasterDevice.h>
25 namespace hardware { namespace in namespace:android
29 using ::android::hardware::keymaster::V4_0::ErrorCode;
38 } // hardware
H A Dimport_key.h20 #include <android/hardware/keymaster/4.0/IKeymasterDevice.h>
25 namespace hardware { namespace in namespace:android
29 using ::android::hardware::keymaster::V4_0::ErrorCode;
30 using ::android::hardware::keymaster::V4_0::KeyFormat;
31 using ::android::hardware::keymaster::V4_0::KeyParameter;
42 } // hardware
H A Dimport_wrapped_key.h20 #include <android/hardware/keymaster/4.0/IKeymasterDevice.h>
25 namespace hardware { namespace in namespace:android
29 using ::android::hardware::keymaster::V4_0::ErrorCode;
30 using ::android::hardware::keymaster::V4_0::KeyFormat;
31 using ::android::hardware::keymaster::V4_0::KeyParameter;
44 } // hardware
H A Dproto_utils.h20 #include <android/hardware/keymaster/4.0/IKeymasterDevice.h>
28 namespace hardware { namespace in namespace:android
32 using ::android::hardware::keymaster::V4_0::Algorithm;
33 using ::android::hardware::keymaster::V4_0::EcCurve;
34 using ::android::hardware::keymaster::V4_0::ErrorCode;
35 using ::android::hardware::keymaster::V4_0::HardwareAuthToken;
36 using ::android::hardware::keymaster::V4_0::KeyParameter;
37 using ::android::hardware::keymaster::V4_0::SecurityLevel;
38 using ::android::hardware::keymaster::V4_0::Tag;
39 using ::android::hardware
[all...]
/external/robolectric/v1/src/main/java/android/hardware/
H A DTestSensorManager.java1 package android.hardware;
/external/syslinux/com32/hdt/
H A Dhdt-dump-syslinux.c33 void dump_syslinux(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
H A Dhdt-dump-vpd.c32 void dump_vpd(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
36 if (hardware->is_vpd_valid) {
H A Dhdt-cli-syslinux.c40 struct s_hardware *hardware)
44 more_printf(" Bootloader : %s\n", hardware->syslinux_fs);
45 more_printf(" Version : %s\n", hardware->sv->version_string);
46 more_printf(" Version : %u\n", hardware->sv->version);
47 more_printf(" Max API : %u\n", hardware->sv->max_api);
48 more_printf(" Copyright : %s\n", hardware->sv->copyright_string);
39 main_show_syslinux(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
H A Dhdt-cli-vpd.c36 struct s_hardware *hardware)
40 if (!hardware->is_vpd_valid) {
45 more_printf("VPD present at address : %s\n", hardware->vpd.base_address);
46 if (strlen(hardware->vpd.bios_build_id) > 0)
48 hardware->vpd.bios_build_id);
49 if (strlen(hardware->vpd.bios_release_date) > 0)
51 hardware->vpd.bios_release_date);
52 if (strlen(hardware->vpd.bios_version) > 0)
54 hardware->vpd.bios_version);
55 if (strlen(hardware
35 main_show_vpd(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
[all...]
H A Dhdt-dump-hdt.c33 void dump_hdt(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
35 (void) hardware;
H A Dhdt-menu-vpd.c34 void compute_vpd(struct s_my_menu *menu, struct s_hardware *hardware) argument
44 hardware->vpd.base_address);
46 hardware->cpu.vendor);
50 if (strlen(hardware->vpd.bios_build_id) > 0) {
52 hardware->vpd.bios_build_id);
54 hardware->vpd.bios_build_id);
59 if (strlen(hardware->vpd.bios_release_date) > 0) {
61 hardware->vpd.bios_release_date);
63 hardware->vpd.bios_release_date);
68 if (strlen(hardware
[all...]
H A Dhdt-cli-pxe.c41 struct s_hardware *hardware)
46 if (hardware->sv->filesystem != SYSLINUX_FS_PXELINUX) {
52 if (hardware->is_pxe_valid == false) {
57 struct s_pxe *p = &hardware->pxe;
60 if (hardware->pci_ids_return_code == -ENOPCIIDS || (p->pci_device == NULL)) {
40 main_show_pxe(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
H A Dhdt-dump-cpu.c32 void dump_cpu(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
49 add_b(temp,get_cpu_flag_value_from_name(&hardware->cpu,cpu_flags_names[i]));
H A Dhdt-dump-kernel.c32 void dump_kernel(struct s_hardware *hardware, ZZJSON_CONFIG * config, argument
40 if (hardware->pci_ids_return_code == -ENOPCIIDS) {
47 if ((hardware->modules_pcimap_return_code == -ENOMODULESPCIMAP)
48 &&(hardware->modules_pcimap_return_code == -ENOMODULESALIAS)) {
57 for_each_pci_func(pci_device, hardware->pci_domain) {
H A Dhdt-dump-pxe.c34 void dump_pxe(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
39 if (hardware->is_pxe_valid) {
41 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.vendor_id);
43 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.product_id);
45 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.subvendor_id);
47 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.subproduct_id);
50 if (hardware->pci_ids_return_code == -ENOPCIIDS || (hardware->pxe.pci_device == NULL)) {
54 add_s("Manufacturer_name", hardware->pxe.pci_device->dev_info->vendor_name);
55 add_s("Product_name", hardware
[all...]
H A Dhdt-dump-vesa.c33 void dump_vesa(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
37 if (hardware->is_vesa_valid) {
39 snprintf(buffer,sizeof(buffer),"%d.%d", hardware->vesa.major_version, hardware->vesa.minor_version);
46 snprintf(buffer,sizeof(buffer),"%d KB",hardware->vesa.total_memory*64);
48 add_i("vesa.modes",hardware->vesa.vmi_count);
50 for (int i = 0; i < hardware->vesa.vmi_count; i++) {
51 struct vesa_mode_info *mi = &hardware->vesa.vmi[i].mi;
56 snprintf(buffer,sizeof(buffer),"0x%04x",hardware->vesa.vmi[i].mode + 0x200);
H A Dhdt-menu-kernel.c32 void compute_kernel(struct s_my_menu *menu, struct s_hardware *hardware) argument
44 if ((hardware->modules_pcimap_return_code == -ENOMODULESPCIMAP) &&
45 (hardware->modules_alias_return_code == -ENOMODULESALIAS)) {
58 for_each_pci_func(pci_device, hardware->pci_domain) {
H A Dhdt-menu-pxe.c33 void compute_PXE(struct s_my_menu *menu, struct s_hardware *hardware) argument
39 if (hardware->is_pxe_valid == false)
46 struct s_pxe *p = &hardware->pxe;
48 if ((hardware->pci_ids_return_code == -ENOPCIIDS)
H A Dhdt-menu-syslinux.c33 void compute_syslinuxmenu(struct s_my_menu *menu, struct s_hardware *hardware) argument
42 hardware->syslinux_fs);
47 snprintf(buffer, sizeof buffer, "Bootloader : %s", hardware->syslinux_fs);
49 hardware->syslinux_fs);
54 hardware->sv->version_string);
56 hardware->sv->version_string);
60 snprintf(buffer, sizeof buffer, "Version : %u", hardware->sv->version);
62 hardware->sv->version);
66 snprintf(buffer, sizeof buffer, "Max API : %u", hardware->sv->max_api);
68 hardware
[all...]
H A Dhdt-menu-summary.c32 void compute_summarymenu(struct s_my_menu *menu, struct s_hardware *hardware) argument
37 snprintf(buffer, sizeof(buffer), " Summary (%d CPU) ", hardware->physical_cpu_count);
43 snprintf(buffer, sizeof buffer, "CPU Vendor : %s", hardware->cpu.vendor);
45 hardware->cpu.vendor);
49 snprintf(buffer, sizeof buffer, "CPU Model : %s", hardware->cpu.model);
51 hardware->cpu.model);
56 if (hardware->dmi.processor.thread_count != 0)
57 sprintf(buffer, ", %d thread", hardware->dmi.processor.thread_count);
60 sprintf(features, "%d core%s, %dK L2 Cache", hardware->cpu.num_cores,
61 buffer, hardware
[all...]
H A Dhdt-menu-vesa.c33 struct s_hardware *hardware)
43 hardware->vesa.major_version, hardware->vesa.minor_version);
45 hardware->vesa.major_version, hardware->vesa.minor_version);
49 snprintf(buffer, sizeof buffer, "Vendor : %s", hardware->vesa.vendor);
51 hardware->vesa.vendor);
55 snprintf(buffer, sizeof buffer, "Product : %s", hardware->vesa.product);
57 hardware->vesa.product);
62 hardware
32 compute_vesa_card(struct s_my_menu *menu, struct s_hardware *hardware) argument
84 compute_vesa_modes(struct s_my_menu *menu, struct s_hardware *hardware) argument
110 compute_VESA(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) argument
[all...]
/external/nos/host/android/hals/weaver/include/
H A DWeaver.h20 #include <android/hardware/weaver/1.0/IWeaver.h>
25 namespace hardware { namespace in namespace:android
28 using ::android::hardware::weaver::V1_0::IWeaver;
29 using ::android::hardware::weaver::V1_0::WeaverStatus;
30 using ::android::hardware::hidl_vec;
31 using ::android::hardware::Return;
39 // Methods from ::android::hardware::weaver::V1_0::IWeaver follow.
50 } // namespace hardware
/external/nos/host/android/hals/authsecret/include/
H A DAuthSecret.h20 #include <android/hardware/authsecret/1.0/IAuthSecret.h>
25 namespace hardware { namespace in namespace:android
28 using ::android::hardware::authsecret::V1_0::IAuthSecret;
29 using ::android::hardware::hidl_vec;
30 using ::android::hardware::Return;
38 // Methods from ::android::hardware::authsecret::V1_0::IAuthSecret follow.
46 } // namespace hardware
/external/nos/host/android/hals/oemlock/include/
H A DOemLock.h20 #include <android/hardware/oemlock/1.0/IOemLock.h>
25 namespace hardware { namespace in namespace:android
28 using ::android::hardware::oemlock::V1_0::IOemLock;
29 using ::android::hardware::oemlock::V1_0::OemLockSecureStatus;
30 using ::android::hardware::oemlock::V1_0::OemLockStatus;
31 using ::android::hardware::hidl_vec;
32 using ::android::hardware::Return;
42 // Methods from ::android::hardware::oemlock::V1_0::IOemLock follow.
58 } // namespace hardware

Completed in 284 milliseconds

12345