Searched refs:return_val (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/biometrics/face/aidl/default/ |
D | Face.cpp | 36 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()
|
D | Session.h | 44 std::vector<EnrollmentStageConfig>* return_val) override; 49 std::shared_ptr<common::ICancellationSignal>* return_val) override;
|
D | FakeFaceEngine.h | 46 std::vector<EnrollmentStageConfig>* return_val);
|
/hardware/qcom/sm7250/gps/utils/ |
D | loc_target.cpp | 159 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/ |
D | loc_target.cpp | 159 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/ |
D | loc_target.cpp | 159 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()
|