Home
last modified time | relevance | path

Searched refs:annotation_params (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
Dhidl-gen_y.yy310 %type<annotationParams> opt_annotation_params annotation_params
419 | '(' annotation_params ')'
425 annotation_params
431 | annotation_params ',' annotation_param
/system/tools/aidl/
Daidl_language.cpp288 auto annotation_params = annotation->AnnotationParams(AidlConstantValueDecorator); in BackingType() local
289 if (auto it = annotation_params.find("type"); it != annotation_params.end()) { in BackingType()