Searched refs:vendor (Results 1 - 25 of 44) sorted by relevance

12

/system/tools/hidl/test/vendor/1.0/
H A Dupdate-base.sh3 # WARNING: vendor-base is placed here only for testing.
12 -o system/tools/hidl/test/vendor/1.0/vendor-base.h \
13 tests.vendor@1.
H A Dupdate-makefile.sh7 hidl-gen -Lmakefile $options tests.vendor@1.0;
8 hidl-gen -Landroidbp $options tests.vendor@1.0;
H A Dtypes.hal17 package tests.vendor@1.0;
H A DAndroid.mk8 LOCAL_MODULE := tests.vendor-V1.0-java
23 GEN := $(intermediates)/tests/vendor/V1_0/Bar.java
34 tests.vendor@1.0::types.Bar
43 GEN := $(intermediates)/tests/vendor/V1_0/Foo.java
54 tests.vendor@1.0::types.Foo
63 GEN := $(intermediates)/tests/vendor/V1_0/FooToo.java
74 tests.vendor@1.0::types.FooToo
83 GEN := $(intermediates)/tests/vendor/V1_0/IVendor.java
94 tests.vendor@1.0::IVendor
105 LOCAL_MODULE := tests.vendor
[all...]
H A DIVendor.hal17 package tests.vendor@1.0;
/system/sepolicy/vendor/
H A Dfile_contexts4 /(vendor|system/vendor)/bin/hw/android\.hardware\.audio@2\.0-service u:object_r:hal_audio_default_exec:s0
5 /(vendor|system/vendor)/bin/hw/android\.hardware\.bluetooth@1\.0-service u:object_r:hal_bluetooth_default_exec:s0
6 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service u:object_r:hal_fingerprint_default_exec:s0
7 /(vendor|system/vendor)/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_bootctl_default_exec:s0
8 /(vendor|system/vendor)/bi
[all...]
/system/chre/
H A DAndroid.bp19 vendor: true,
39 vendor: true,
59 vendor: true,
/system/bt/vendor_libs/linux/
H A DAndroid.mk21 # libbt-vendor shared library for target
39 LOCAL_MODULE := libbt-vendor
/system/chre/platform/shared/nanoapp/
H A Dnanoapp_support_lib_dso.c36 .vendor = NANOAPP_VENDOR_STRING,
/system/chre/util/include/chre/util/nanoapp/
H A Dapp_id.h30 //! Sample Vendor ID for example nanoapps. The vendor ID portion is the 5 most
31 //! significant bytes of the app ID. This vendor ID should not appear in
38 * Constructs a fully qualified nanoapp ID from a vendor portion (most
41 * @param vendor Value with vendor unique identifier in the most significant 5
43 * @param appNumber Value with vendor-scoped app number in the least significant
46 * @return app ID combining vendor and app number
48 constexpr uint64_t makeNanoappId(uint64_t vendor, uint32_t appNumber) { argument
49 return ((vendor & CHRE_VENDOR_ID_MASK) | (appNumber & ~CHRE_VENDOR_ID_MASK));
54 * vendor I
[all...]
/system/chre/platform/shared/include/chre/platform/shared/
H A Dnanoapp_support_lib_dso.h48 //! Maximum length of vendor and name strings
76 //! A human-friendly name of the nanoapp vendor (null-terminated string,
78 const char *vendor; member in struct:chreNslNanoappInfo
84 //! Identifies the vendor (most significant 5 bytes) and application
H A Dhost_protocol_chre.h76 const char *vendor, const char *toolchain, uint32_t legacyPlatformVersion,
/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dbuild_and_run.sh19 # Builds and pushes the test vendor library to a connected device and starts
22 # current shell. The kTestChannelEnabled flag must be set in the vendor manager
45 # The location of the test vendor library.
52 VENDOR_SYMBOLS_REL=/symbols/system/vendor/lib
55 # The name of the object built by the test vendor library.
56 TEST_VENDOR_LIB=test-vendor.so
57 # The name of the regular vendor object to be replaced by $TEST_VENDOR_LIB.
58 VENDOR_LIB=libbt-vendor.so
92 echo "Navigating to test vendor library: ${TEST_VENDOR_LIB_ABS}"
95 echo "Building test vendor librar
[all...]
/system/chre/platform/slpi/include/chre/target_platform/
H A Dstatic_nanoapp_init.h46 appInfo.vendor = "Google"; /* TODO: make this configurable */\
/system/bt/main/
H A Dbte_conf.cc52 record.vendor =
73 "%s invalid vendor id source %d; ignoring DID record %d.",
80 LOG_DEBUG(LOG_TAG, " vendorId = %04x", record.vendor);
/system/chre/host/common/
H A Dhost_protocol_host.cc83 const char *vendor = getStringFromByteVector(resp->vendor()); local
87 name, vendor, toolchain, resp->platform_version(),
/system/sepolicy/private/
H A Dfile_contexts273 /(vendor|system/vendor)(/.*)? u:object_r:vendor_file:s0
274 /(vendor|system/vendor)/bin/sh u:object_r:vendor_shell_exec:s0
275 /(vendor|system/vendor)/bin/toybox_vendor u:object_r:vendor_toolbox_exec:s0
276 /(vendor|system/vendor)/etc(/.*)? u:object_r:vendor_configs_file:s0
278 /(vendor|system/vendor)/li
[all...]
/system/chre/host/common/include/chre_host/
H A Dhost_protocol_host.h43 const char *name, const char *vendor,
/system/core/adb/client/
H A Dusb_osx.cpp103 UInt16 vendor, UInt16 product);
138 UInt16 vendor; local
216 kr = (*dev)->GetDeviceVendor(dev, &vendor);
281 vendor, product, serial);
292 vendor, product);
322 CheckInterface(IOUSBInterfaceInterface190 **interface, UInt16 vendor, UInt16 product) argument
/system/bt/vendor_libs/
H A DAndroid.mk1 # Common C/C++ compiler flags for test-vendor lib
/system/chre/host/common/test/
H A Dchre_test_client.cc83 const char *name, const char *vendor,
90 LOGI(" Vendor: '%s'", vendor);
/system/chre/platform/shared/
H A Dhost_protocol_chre.cc84 FlatBufferBuilder& builder, const char *name, const char *vendor,
90 auto vendorOffset = addStringAsByteVector(builder, vendor);
83 encodeHubInfoResponse( FlatBufferBuilder& builder, const char *name, const char *vendor, const char *toolchain, uint32_t legacyPlatformVersion, uint32_t legacyToolchainVersion, float peakMips, float stoppedPower, float sleepPower, float peakPower, uint32_t maxMessageLen, uint64_t platformId, uint32_t version, uint16_t hostClientId) argument
/system/media/camera/docs/
H A DACameraMetadata.mako54 // Skip check for vendor keys
/system/core/rootdir/
H A DAndroid.mk136 LOCAL_POST_INSTALL_CMD += ; mkdir -p $(TARGET_ROOT_OUT)/vendor
138 LOCAL_POST_INSTALL_CMD += ; ln -sf /system/vendor $(TARGET_ROOT_OUT)/vendor
/system/chre/host/hal_generic/
H A Dgeneric_context_hub.cc278 const char *name, const char *vendor,
290 mParent.mHubInfo.vendor = vendor;
277 handleHubInfoResponse( const char *name, const char *vendor, const char *toolchain, uint32_t legacyPlatformVersion, uint32_t legacyToolchainVersion, float peakMips, float stoppedPower, float sleepPower, float peakPower, uint32_t maxMessageLen, uint64_t platformId, uint32_t version) argument

Completed in 1959 milliseconds

12