Searched refs:halType (Results 1 – 9 of 9) sorted by relevance
/aosp12/hardware/interfaces/audio/effect/all-versions/default/ |
H A D | NoiseSuppressionEffect.cpp | 211 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 D | CarPropertyUtils.java | 333 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 D | hal_nxpnfc.h | 56 uint8_t halType; member
|
/aosp12/hardware/nxp/secure_element/snxxx/extns/impl/ |
H A D | hal_nxpese.h | 82 uint8_t halType; member
|
/aosp12/hardware/nxp/secure_element/pn8x/extns/impl/ |
H A D | hal_nxpese.h | 107 uint8_t halType; member
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | SupplicantStaIfaceHal.java | 2121 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 D | QCamera3HWI.h | 364 template <typename fwkType, typename halType> struct QCameraMap { 366 halType hal_name;
|
H A D | QCamera3HWI.cpp | 6973 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 D | ListCommand.cpp | 992 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()
|