Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/all-versions/default/
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()
/hardware/nxp/nfc/pn8x/extns/impl/
Dhal_nxpnfc.h56 uint8_t halType; member
/hardware/nxp/secure_element/snxxx/extns/impl/
Dhal_nxpese.h82 uint8_t halType; member
/hardware/nxp/secure_element/pn8x/extns/impl/
Dhal_nxpese.h107 uint8_t halType; member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h364 template <typename fwkType, typename halType> struct QCameraMap {
366 halType hal_name;
DQCamera3HWI.cpp6973 template <typename halType, class mapType> int lookupFwkName(const mapType *arr, in lookupFwkName()
6974 size_t len, halType hal_name) in lookupFwkName()