Home
last modified time | relevance | path

Searched refs:subType (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp306 Type subType = context->typeCreate(element, 256, 256, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
307 ASSERT_NE(Type(0), subType); in TEST_P()
310 AllocationAdapter allocationAdapter = context->allocationAdapterCreate(subType, allocation); in TEST_P()
/hardware/qcom/sdm845/gps/sdm845/core/
DLocApiBase.h256 virtual int getGpsLock(uint8_t subType);
/hardware/interfaces/tv/tuner/1.0/default/
DFilter.cpp282 switch (mType.subType.tsFilterType()) { in startFilterHandler()
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TargetTest.cpp961 switch (type.subType.tsFilterType()) { in addFilterToDemux()
/hardware/interfaces/tv/tuner/1.0/
Dtypes.hal1911 } subType;
/hardware/interfaces/radio/1.0/
Dtypes.hal1778 SubscriptionType subType;
/hardware/ril/libril/
Dril_service.cpp2374 rilUiccSub.sub_type = (RIL_SubscriptionType) uiccSub.subType; in setUiccSubscription()