Home
last modified time | relevance | path

Searched defs:from (Results 1 – 17 of 17) sorted by relevance

/hardware/google/av/media/sfplugin/utils/
DCodec2Mapper.cpp538 bool C2Mapper::map(C2Config::bitrate_mode_t from, int32_t *to) { in map()
543 bool C2Mapper::map(int32_t from, C2Config::bitrate_mode_t *to) { in map()
548 bool C2Mapper::map(C2Config::pcm_encoding_t from, int32_t *to) { in map()
553 bool C2Mapper::map(int32_t from, C2Config::pcm_encoding_t *to) { in map()
558 bool C2Mapper::map(C2Color::range_t from, int32_t *to) { in map()
579 bool C2Mapper::map(int32_t from, C2Color::range_t *to) { in map()
600 bool C2Mapper::map(C2Color::range_t from, ColorAspects::Range *to) { in map()
605 bool C2Mapper::map(ColorAspects::Range from, C2Color::range_t *to) { in map()
675 bool C2Mapper::map(C2Color::primaries_t from, ColorAspects::Primaries *to) { in map()
680 bool C2Mapper::map(ColorAspects::Primaries from, C2Color::primaries_t *to) { in map()
[all …]
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_callbacks.h54 void UpdateVsyncSource(hwc2_display_t from) { in UpdateVsyncSource()
/hardware/qcom/audio/voice_processing/
Dvoice_processing.c168 #define BAD_STATE_ABORT(from, to) \ argument
/hardware/qcom/gps/msm8998/utils/
DLocTimer.cpp654 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/gps/msm8996/utils/
DLocTimer.cpp642 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/gps/msm8909w_3100/utils/
DLocTimer.cpp655 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sdm845/gps/msm8996/utils/
DLocTimer.cpp648 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sdm845/gps/msm8998/utils/
DLocTimer.cpp654 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocTimer.cpp657 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sm8150/gps/utils/
DLocTimer.cpp657 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sdm845/gps/msm8909/utils/
DLocTimer.cpp650 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/gps/msm8909/utils/
DLocTimer.cpp643 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp1261 static void convert(const AMessage::ItemData &from, ReflectedParamUpdater::Value *to) { in convert()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp1359 struct sockaddr_un from; in internal_pollin_handler_app() local
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCompilationCachingTests.cpp989 static void copyCacheFiles(const std::vector<std::vector<std::string>>& from, in copyCacheFiles()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp998 static void copyCacheFiles(const std::vector<std::vector<std::string>>& from, in copyCacheFiles()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp176 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) in convert_to_hal_result()