Home
last modified time | relevance | path

Searched refs:halType (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DNoiseSuppressionEffect.cpp211 int32_t halType = 0; in getSuppressionType() local
212 Result retval = mEffect->getParam(NS_PARAM_TYPE, halType); in getSuppressionType()
213 _hidl_cb(retval, Type(halType)); in getSuppressionType()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DCarPropertyUtils.java333 private static Class<?> getJavaClass(int halType) { in getJavaClass() argument
334 switch (halType) { in getJavaClass()
356 throw new IllegalArgumentException("Unexpected type: " + toHexString(halType)); in getJavaClass()
/aosp12/hardware/nxp/nfc/pn8x/extns/impl/
H A Dhal_nxpnfc.h56 uint8_t halType; member
/aosp12/hardware/nxp/secure_element/snxxx/extns/impl/
H A Dhal_nxpese.h82 uint8_t halType; member
/aosp12/hardware/nxp/secure_element/pn8x/extns/impl/
H A Dhal_nxpese.h107 uint8_t halType; member
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java2121 byte halType; in addRxFilter()
2124 halType = ISupplicantStaIface.RxFilterType.V4_MULTICAST; in addRxFilter()
2127 halType = ISupplicantStaIface.RxFilterType.V6_MULTICAST; in addRxFilter()
2133 return addRxFilter(ifaceName, halType); in addRxFilter()
2162 byte halType; in removeRxFilter()
2165 halType = ISupplicantStaIface.RxFilterType.V4_MULTICAST; in removeRxFilter()
2168 halType = ISupplicantStaIface.RxFilterType.V6_MULTICAST; in removeRxFilter()
2174 return removeRxFilter(ifaceName, halType); in removeRxFilter()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.h364 template <typename fwkType, typename halType> struct QCameraMap {
366 halType hal_name;
H A DQCamera3HWI.cpp6973 template <typename halType, class mapType> int lookupFwkName(const mapType *arr, in lookupFwkName()
6974 size_t len, halType hal_name) in lookupFwkName()
/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.cpp992 for (auto halType : halTypeIter->second) { in registerAllOptions() local
993 if (std::find(thiz->mListTypes.begin(), thiz->mListTypes.end(), halType) == in registerAllOptions()
995 thiz->mListTypes.push_back(halType); in registerAllOptions()