Searched refs:V1_1 (Results 1 - 25 of 103) sorted by relevance

12345

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DCreatePluginFactories.h26 namespace V1_1 { namespace in namespace:android::hardware::drm
29 using ::android::hardware::drm::V1_1::ICryptoFactory;
30 using ::android::hardware::drm::V1_1::IDrmFactory;
38 } // namespace V1_1
H A DCryptoFactory.h28 namespace V1_1 { namespace in namespace:android::hardware::drm
31 using ::android::hardware::drm::V1_1::ICryptoFactory;
55 } // namespace V1_1
H A DBase64.h28 namespace V1_1 { namespace in namespace:android::hardware::drm
41 } // namespace V1_1
H A DAesCtrDecryptor.h25 namespace V1_1 { namespace in namespace:android::hardware::drm
45 } // namespace V1_1
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DCreatePluginFactories.cpp25 namespace V1_1 { namespace in namespace:android::hardware::drm
41 } // namespace V1_1
H A Dservice.cpp29 using android::hardware::drm::V1_1::ICryptoFactory;
30 using android::hardware::drm::V1_1::IDrmFactory;
31 using android::hardware::drm::V1_1::clearkey::CryptoFactory;
32 using android::hardware::drm::V1_1::clearkey::DrmFactory;
H A DBuffer.cpp24 namespace V1_1 { namespace in namespace:android::hardware::drm
50 } // namespace V1_1
/frameworks/native/include/ui/
H A DGraphicTypes.h28 using android::hardware::graphics::common::V1_1::ColorMode;
29 using android::hardware::graphics::common::V1_1::Dataspace;
30 using android::hardware::graphics::common::V1_1::PixelFormat;
31 using android::hardware::graphics::common::V1_1::RenderIntent;
/frameworks/native/libs/ui/include/ui/
H A DGraphicTypes.h28 using android::hardware::graphics::common::V1_1::ColorMode;
29 using android::hardware::graphics::common::V1_1::Dataspace;
30 using android::hardware::graphics::common::V1_1::PixelFormat;
31 using android::hardware::graphics::common::V1_1::RenderIntent;
/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicTypes.h28 using android::hardware::graphics::common::V1_1::ColorMode;
29 using android::hardware::graphics::common::V1_1::Dataspace;
30 using android::hardware::graphics::common::V1_1::PixelFormat;
31 using android::hardware::graphics::common::V1_1::RenderIntent;
/frameworks/ml/nn/common/include/
H A DValidateHal.h32 bool validateModel(const V1_1::Model& model);
39 bool validateRequest(const Request& request, const V1_1::Model& model);
H A DUtils.h120 void logModelToInfo(const V1_1::Model& model);
162 bool compliantWithV1_0(V1_1::OperationType type);
164 bool compliantWithV1_1(V1_1::OperationType type);
167 bool compliantWithV1_0(const V1_1::Capabilities& capabilities);
169 bool compliantWithV1_1(const V1_1::Capabilities& capabilities);
172 bool compliantWithV1_0(const V1_1::Operation& operation);
174 bool compliantWithV1_1(const V1_1::Operation& operation);
177 bool compliantWithV1_0(const V1_1::Model& model);
179 bool compliantWithV1_1(const V1_1::Model& model);
182 V1_0::OperationType convertToV1_0(V1_1
[all...]
H A DHalInterfaces.h49 using ::android::hardware::neuralnetworks::V1_1::Capabilities;
50 using ::android::hardware::neuralnetworks::V1_1::ExecutionPreference;
51 using ::android::hardware::neuralnetworks::V1_1::IDevice;
52 using ::android::hardware::neuralnetworks::V1_1::Model;
53 using ::android::hardware::neuralnetworks::V1_1::Operation;
54 using ::android::hardware::neuralnetworks::V1_1::OperationType;
59 namespace V1_1 = ::android::hardware::neuralnetworks::V1_1;
H A DGraphDump.h47 void graphDump(const char* name, const ::android::hardware::neuralnetworks::V1_1::Model& model,
/frameworks/ml/nn/common/operations/
H A DRNN.h25 namespace V1_1 { namespace in namespace:android::hardware::neuralnetworks
40 RNN(const android::hardware::neuralnetworks::V1_1::Operation &operation,
43 static bool Prepare(const android::hardware::neuralnetworks::V1_1::Operation &operation,
H A DEmbeddingLookup.h25 namespace V1_1 { namespace in namespace:android::hardware::neuralnetworks
40 const android::hardware::neuralnetworks::V1_1::Operation &operation,
H A DHashtableLookup.h25 namespace V1_1 { namespace in namespace:android::hardware::neuralnetworks
40 const android::hardware::neuralnetworks::V1_1::Operation &operation,
H A DLSHProjection.h47 const android::hardware::neuralnetworks::V1_1::Operation &operation,
51 const android::hardware::neuralnetworks::V1_1::Operation &operation,
H A DSVDF.h28 namespace V1_1 { namespace in namespace:android::hardware::neuralnetworks
48 SVDF(const android::hardware::neuralnetworks::V1_1::Operation &operation,
52 const hardware::neuralnetworks::V1_1::Operation &operation,
H A DLSTM.h29 namespace V1_1 { namespace in namespace:android::hardware::neuralnetworks
50 LSTMCell(const android::hardware::neuralnetworks::V1_1::Operation &operation,
53 static bool Prepare(const android::hardware::neuralnetworks::V1_1::Operation &operation,
107 const android::hardware::neuralnetworks::V1_1::Operation &operation,
/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.h36 namespace V1_1 = hardware::broadcastradio::V1_1;
40 JavaRef<jobject> VendorInfoFromHal(JNIEnv *env, const hardware::hidl_vec<V1_1::VendorKeyValue> &info);
41 hardware::hidl_vec<V1_1::VendorKeyValue> VendorInfoToHal(JNIEnv *env, jobject jInfo);
45 JavaRef<jobject> ModulePropertiesFromHal(JNIEnv *env, const V1_1::Properties &properties,
55 JavaRef<jobject> ProgramInfoFromHal(JNIEnv *env, const V1_1::ProgramInfo &info);
57 V1_1::ProgramSelector ProgramSelectorToHal(JNIEnv *env, jobject jSelector);
65 bool __ThrowIfFailed(JNIEnv *env, const V1_1::ProgramListResult halResult);
H A DTunerCallback.h35 sp<hardware::broadcastradio::V1_1::ITunerCallback>
/frameworks/ml/nn/common/
H A DValidateHal.cpp261 static bool validOperationType(V1_1::OperationType operation) {
263 case V1_1::OperationType::ADD:
264 case V1_1::OperationType::AVERAGE_POOL_2D:
265 case V1_1::OperationType::CONCATENATION:
266 case V1_1::OperationType::CONV_2D:
267 case V1_1::OperationType::DEPTHWISE_CONV_2D:
268 case V1_1::OperationType::DEPTH_TO_SPACE:
269 case V1_1::OperationType::DEQUANTIZE:
270 case V1_1::OperationType::EMBEDDING_LOOKUP:
271 case V1_1
[all...]
/frameworks/native/services/thermalservice/
H A Dthermalserviced.h25 using ::android::hardware::thermal::V1_1::implementation::ThermalCallback;
H A Dthermalserviced.cpp30 using ::android::hardware::thermal::V1_1::IThermal;
32 using ::android::hardware::thermal::V1_1::IThermalCallback;
33 using ::android::hardware::thermal::V1_1::implementation::ThermalCallback;

Completed in 146 milliseconds

12345