Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/face/aidl/default/
DFace.cpp36 ndk::ScopedAStatus Face::getSensorProps(std::vector<SensorProps>* return_val) { in getSensorProps() argument
67 *return_val = {std::move(props)}; in getSensorProps()
73 std::shared_ptr<ISession>* return_val) { in createSession() argument
74 *return_val = SharedRefBase::make<Session>(std::make_unique<FakeFaceEngine>(), cb); in createSession()
DSession.h44 std::vector<EnrollmentStageConfig>* return_val) override;
49 std::shared_ptr<common::ICancellationSignal>* return_val) override;
DFakeFaceEngine.h46 std::vector<EnrollmentStageConfig>* return_val);
/hardware/qcom/sm7250/gps/utils/
Dloc_target.cpp159 int return_val = 0; in loc_get_device_soc_id() local
163 return_val = read_a_line(soc_id, soc_id_value, array_length); in loc_get_device_soc_id()
165 return_val = read_a_line(soc_id_dep, soc_id_value, array_length); in loc_get_device_soc_id()
167 if (0 == return_val) { in loc_get_device_soc_id()
/hardware/qcom/sm8150/gps/utils/
Dloc_target.cpp159 int return_val = 0; in loc_get_device_soc_id() local
163 return_val = read_a_line(soc_id, soc_id_value, array_length); in loc_get_device_soc_id()
165 return_val = read_a_line(soc_id_dep, soc_id_value, array_length); in loc_get_device_soc_id()
167 if (0 == return_val) { in loc_get_device_soc_id()
/hardware/qcom/sm7150/gps/utils/
Dloc_target.cpp159 int return_val = 0; in loc_get_device_soc_id() local
163 return_val = read_a_line(soc_id, soc_id_value, array_length); in loc_get_device_soc_id()
165 return_val = read_a_line(soc_id_dep, soc_id_value, array_length); in loc_get_device_soc_id()
167 if (0 == return_val) { in loc_get_device_soc_id()