Home
last modified time | relevance | path

Searched defs:aidl_return (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/frameworks/base/native/android/tests/thermal/
H A DNativeThermalUnitTest.cpp239 bool* aidl_return) { *aidl_return = true; }), in TEST_F()
274 bool* aidl_return) { *aidl_return = true; }), in TEST_F()
312 bool* aidl_return) { *aidl_return = true; }), in TEST_F()
333 bool* aidl_return) { *aidl_return = true; }), in TEST_F()
371 bool* aidl_return) { *aidl_return = true; }), in TEST_F()
398 bool* aidl_return) { *aidl_return = true; }), in TEST_F()
431 bool* aidl_return) { *aidl_return = true; }), in TEST_F()
450 bool* aidl_return) { *aidl_return = true; }), in TEST_F()
/aosp_15_r20/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device_session.cc573 RequestTemplate type, CameraMetadata* aidl_return) { in constructDefaultRequestSettings()
606 ConfigureStreamsRet* aidl_return) { in configureStreamsV2()
616 ConfigureStreamsRet* aidl_return) { in configureStreamsImpl()
682 std::vector<HalStream>* aidl_return) { in configureStreams()
700 int8_t, aidl::android::hardware::common::fmq::SynchronizedReadWrite>* in getCaptureRequestMetadataQueue()
708 int8_t, aidl::android::hardware::common::fmq::SynchronizedReadWrite>* in getCaptureResultMetadataQueue()
716 const std::vector<BufferCache>& cachesToRemove, int32_t* aidl_return) { in processCaptureRequest()
867 std::shared_ptr<ICameraOfflineSession>* aidl_return) { in switchToOffline()
/aosp_15_r20/art/artd/
H A Dartd_test.cc444 ArtdDexoptResult aidl_return; in RunDexopt() local
2236 int64_t aidl_return; in RunCleanup() local
2380 int64_t aidl_return; in TEST_F() local
2405 int64_t aidl_return; in TEST_F() local
2436 int64_t aidl_return; in TEST_F() local
2471 int64_t aidl_return = -1; in TEST_F() local
2490 int64_t aidl_return = -1; in TEST_F() local
2515 int64_t aidl_return = -1; in TEST_F() local
2538 int64_t aidl_return = -1; in TEST_F() local
2593 bool aidl_return; in TEST_F() local
[all …]
H A Dartd.cc679 CopyAndRewriteProfileResult* aidl_return) { in CopyAndRewriteProfileImpl()
/aosp_15_r20/hardware/st/secure_element2/secure_element/aidl/
DSecureElement.cpp163 ScopedAStatus SecureElement::getAtr(std::vector<uint8_t>* aidl_return) { in getAtr()
171 ScopedAStatus SecureElement::isCardPresent(bool* aidl_return) { in isCardPresent()
176 …atus SecureElement::transmit(const std::vector<uint8_t>& data, std::vector<uint8_t>* aidl_return) { in transmit()
217 …td::vector<uint8_t>& aid, int8_t p2, ::aidl::android::hardware::secure_element::LogicalChannelResp… in openLogicalChannel()
405 …::openBasicChannel(const std::vector<uint8_t>& aid, int8_t p2, std::vector<uint8_t>* aidl_return) { in openBasicChannel()
/aosp_15_r20/hardware/interfaces/secure_element/aidl/default/
H A Dmain.cpp434 ScopedAStatus getAtr(std::vector<uint8_t>* aidl_return) override { in getAtr()
457 ScopedAStatus isCardPresent(bool* aidl_return) override { in isCardPresent()
467 std::vector<uint8_t>* aidl_return) override { in openBasicChannel()
520 ::aidl::android::hardware::secure_element::LogicalChannelResponse* aidl_return) in openLogicalChannel()
602 std::vector<uint8_t>* aidl_return) override { in transmit()
/aosp_15_r20/system/apex/apexd/
H A Dapexservice.cpp401 std::vector<ApexSessionInfo>* aidl_return) { in getSessions()
443 const ApexSessionParams& params, std::vector<ApexInfo>* aidl_return) { in getStagedApexInfos()
484 std::vector<ApexInfo>* aidl_return) { in getActivePackages()
503 ApexInfo* aidl_return) { in getActivePackage()
520 BinderStatus ApexService::getAllPackages(std::vector<ApexInfo>* aidl_return) { in getAllPackages()
547 const std::string& package_path, bool force, ApexInfo* aidl_return) { in installAndActivatePackage()
/aosp_15_r20/system/extras/partition_tools/
H A Dlpdumpd.cc43 Status run(const std::vector<std::string>& args, std::string* aidl_return) override { in run()
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DInputFilterCallbacks.cpp103 std::shared_ptr<IInputThread>* aidl_return) { in createInputFilterThread()
/aosp_15_r20/frameworks/av/media/module/service.mediatranscoding/tests/
H A DMediaTranscodingServiceTestHelper.h450 std::optional<std::vector<int32_t>> aidl_return; in getClientUids() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1919 int8_t, android::hardware::common::fmq::SynchronizedReadWrite>* aidl_return) { in getCaptureResultMetadataQueue()
/aosp_15_r20/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp3276 const std::optional<std::string>& compilationReason, bool* aidl_return) { in dexopt()
/aosp_15_r20/hardware/interfaces/camera/provider/aidl/vts/
H A Dcamera_aidl_test.cpp2586 ConfigureStreamsRet aidl_return; in configureStreams() local