Home
last modified time | relevance | path

Searched refs:OEM (Results 1 – 25 of 49) sorted by relevance

12

/packages/modules/NeuralNetworks/tools/api/
DOperandTypes.t41 * alternative to OEM operation and data types.
43 * OEM specific scalar value.
45 OEM = 10000,
49 * alternative to OEM operation and data types.
51 * A tensor of OEM specific values.
DOperationTypes.t40 * alternative to OEM operation and data types.
42 * This operation is OEM specific. It should only be used for OEM
/packages/modules/NeuralNetworks/extensions/
DREADME.md9 Vendor extensions provide a more structured alternative to OEM operation and
202 ## OEM operation and data types
204 Note: OEM operation and data types have been deprecated. For devices running
207 NNAPI has an OEM operation and OEM data types to allow
209 operation and data types are only used by OEM applications. The semantics of OEM
210 operation and data types are OEM-specific and can change at any time. The OEM
212 `OperandType::OEM`, and `OperandType::TENSOR_OEM_BYTE`.
/packages/modules/NeuralNetworks/runtime/
DModelArgumentInfo.cpp54 if (operand.type != OperandType::OEM) { in createFromPointer()
88 if (isMemorySizeKnown && operand.type != OperandType::OEM) { in createFromMemory()
/packages/apps/CellBroadcastReceiver/tests/unit/
DAndroid.bp42 // in order to have our tests run on OEM devices, the test apk here includes
44 // For the full test apk which does not run on OEM devices, see CellBroadcastReceiverUnitTests
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/9/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/13/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/8/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/6/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/binder/android/net/
DNativeVpnType.aidl39 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/10/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/7/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/12/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/current/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/14/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/11/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/15/android/net/
DNativeVpnType.aidl40 OEM = 4, enumConstant
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperandTypes.h172 OEM = 10000, enumerator
/packages/services/Car/tests/SampleCustomInputService/
Dreadme.md31 These are the test scripts to demonstrate how CustomInputEvent can be used to implement OEM
49 * `f1`: sets the OEM partner function `f1` to execute. In this implementation, `f1` argument
/packages/modules/NetworkStack/
Djarjar-excludes.txt2 # hardcoded reference to them in AOSP, but it is possible that OEM customizations are relying on
/packages/services/Car/tests/SampleVoiceAssistInputService/
Dreadme.md31 This is a test script to demonstrate how VoiceAssistInputEvent can be used to implement OEM
/packages/modules/NeuralNetworks/common/
DValidateHal.cpp192 case V1_3::OperandType::OEM: { in validateOperands()
417 if (!isExtensionOperandType(operand.type) && operand.type != V1_3::OperandType::OEM && in validateOperands()
968 case V1_0::OperandType::OEM: in validOperandType()
992 case V1_2::OperandType::OEM: in validOperandType()
1018 case V1_3::OperandType::OEM: in validOperandType()
/packages/services/Car/car-lib/src/android/car/telemetry/
Dtelemetry.proto129 OEM_NONE = 1; // non-OEM networks only
130 OEM_MANAGED = 2; // OEM managed networks only
136 // Required. OEM network type.
/packages/services/Car/cpp/telemetry/proto/
DCarData.proto19 * might be defined in OEM's private repo, the owners of those messages must
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp323 enum OEM { enum in __anonb50294d30111::PartitioningDriver
330 uint32_t operationMask, OEM oem = OEMNo, in PartitioningDriver()
470 OEM mOEM;
479 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in PartitioningDriverV1_2()
551 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in PartitioningDriverV1_1()
590 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in PartitioningDriverV1_0()
1012 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo) in DeviceSpecification()
1019 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in DeviceSpecification()
1026 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in DeviceSpecification()
1033 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in DeviceSpecification()
[all …]

12