Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/hardware/interfaces/scripts/
Dlist_hal_vts.py94 interfaces = None
96 interfaces = os.path.join(top, "hardware", "interfaces")
99 interfaces = "hardware/interfaces"
100 if not os.path.isdir(interfaces):
103 assert not interfaces.endswith(os.path.sep)
104 for root, dirs, files in os.walk(interfaces):
107 assert full_dir.startswith(interfaces)
108 top_rel_dir = os.path.join('hardware', 'interfaces', full_dir[len(interfaces) + 1:])
/hardware/qcom/sdm845/display/gralloc/
DAndroid.mk62 if [ -d "$(TOP)/vendor/qcom/opensource/interfaces/display/mapper/1.0" ];\
66 if [ -d "$(TOP)/vendor/qcom/opensource/interfaces/display/allocator/1.0" ];\
/hardware/interfaces/wifi/1.4/
DIWifiChipEventCallback.hal53 * List of interfaces on this radio chain (hardware MAC).
61 * a) Bringing up concurrent interfaces (For ex: STA + AP).
62 * b) Change in operating band of one of the concurrent interfaces (For ex:
/hardware/interfaces/camera/provider/
DREADME.md21 Common enum and struct definitions for all camera HAL interfaces. Does not
22 define any interfaces of its own.
/hardware/interfaces/drm/1.3/
DICryptoFactory.hal25 * The 1.3 factory must always create 1.2 ICryptoPlugin interfaces, which are
28 * The ICryptoFactory hal is required because all top-level interfaces
/hardware/interfaces/drm/1.1/
DICryptoFactory.hal26 * The 1.1 factory must always create 1.0 ICryptoPlugin interfaces, which are
29 * The ICryptoFactory hal is required because all top-level interfaces
/hardware/interfaces/tests/extension/vibrator/aidl/
DAndroid.bp17 // hardware/interfaces. For custom interfaces, normally you
/hardware/interfaces/drm/1.2/
DICryptoFactory.hal25 * The 1.2 factory must always create 1.2 ICryptoPlugin interfaces, which are
31 * The ICryptoFactory hal is required because all top-level interfaces
/hardware/interfaces/automotive/can/1.0/
DICanController.hal19 * Represents a CAN controller that's capable of configuring CAN bus interfaces.
21 * The goal of this service is to configure CAN interfaces and bring up HIDL
93 * This field is *not* meant to distinguish between hardware interfaces
150 * Non-SocketCAN interfaces should use this variant.
164 * {@see interfaceId#indexed} interfaces this value is ignored.
/hardware/google/av/
DAndroid.bp3 "hardware/google/interfaces",
/hardware/google/interfaces/bluetooth/bt_channel_avoidance/1.0/
DAndroid.bp16 interfaces: [
/hardware/google/interfaces/bluetooth/sar/1.0/
DAndroid.bp16 interfaces: [
/hardware/google/interfaces/bluetooth/ccc/1.0/
DAndroid.bp18 interfaces: [
/hardware/google/interfaces/bluetooth/sar/1.1/
DAndroid.bp16 interfaces: [
/hardware/interfaces/vr/1.0/
DAndroid.bp18 interfaces: [
/hardware/interfaces/tests/multithread/1.0/
DAndroid.bp18 interfaces: [
/hardware/google/interfaces/light/1.0/
DAndroid.bp18 interfaces: [
/hardware/interfaces/tetheroffload/config/1.0/
DAndroid.bp18 interfaces: [
/hardware/interfaces/dumpstate/1.0/
DAndroid.bp18 interfaces: [
/hardware/interfaces/tests/hash/1.0/
DAndroid.bp18 interfaces: [
/hardware/interfaces/authsecret/1.0/
DAndroid.bp18 interfaces: [
/hardware/interfaces/boot/1.1/
DAndroid.bp19 interfaces: [
/hardware/interfaces/tests/expression/1.0/
DAndroid.bp19 interfaces: [
/hardware/interfaces/biometrics/fingerprint/2.1/
DAndroid.bp20 interfaces: [
/hardware/interfaces/input/classifier/1.0/
DAndroid.bp18 interfaces: [

12345678910>>...15