Searched refs:aidl_type (Results 1 – 5 of 5) sorted by relevance
186 template <typename aidl_type>187 inline std::string vectorToString(const std::vector<aidl_type>& in_values) { in vectorToString()189 [](const std::string& ls, const aidl_type& rs) { in vectorToString()
70 CameraMetadataType* aidl_type) { in ConvertToAidlVendorTagType() argument71 if (aidl_type == nullptr) { in ConvertToAidlVendorTagType()78 *aidl_type = CameraMetadataType::BYTE; in ConvertToAidlVendorTagType()81 *aidl_type = CameraMetadataType::INT32; in ConvertToAidlVendorTagType()84 *aidl_type = CameraMetadataType::FLOAT; in ConvertToAidlVendorTagType()87 *aidl_type = CameraMetadataType::INT64; in ConvertToAidlVendorTagType()90 *aidl_type = CameraMetadataType::DOUBLE; in ConvertToAidlVendorTagType()93 *aidl_type = CameraMetadataType::RATIONAL; in ConvertToAidlVendorTagType()
88 CameraMetadataType* aidl_type);
485 TemperatureType aidl_type = TemperatureType::UNKNOWN; in RegisterThermalChangedCallback() local488 aidl_thermal_utils::ConvertToAidlTemperatureType(type, &aidl_type); in RegisterThermalChangedCallback()502 thermal_changed_callback_, aidl_type); in RegisterThermalChangedCallback()
244 template <typename aidl_type>245 static inline std::string toString(const std::vector<aidl_type>& in_values) { in toString()247 [](const std::string& ls, const aidl_type& rs) { in toString()