Home
last modified time | relevance | path

Searched defs:createHalPropValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/services/Car/cpp/vhal/client/src/
DHidlVhalClient.cpp94 std::unique_ptr<IHalPropValue> HidlVhalClient::createHalPropValue(int32_t propId) { in createHalPropValue() function in android::frameworks::automotive::vhal::HidlVhalClient
98 std::unique_ptr<IHalPropValue> HidlVhalClient::createHalPropValue(int32_t propId, int32_t areaId) { in createHalPropValue() function in android::frameworks::automotive::vhal::HidlVhalClient
DAidlVhalClient.cpp156 std::unique_ptr<IHalPropValue> AidlVhalClient::createHalPropValue(int32_t propId) { in createHalPropValue() function in android::frameworks::automotive::vhal::AidlVhalClient
160 std::unique_ptr<IHalPropValue> AidlVhalClient::createHalPropValue(int32_t propId, int32_t areaId) { in createHalPropValue() function in android::frameworks::automotive::vhal::AidlVhalClient
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/hal/default/test/
H A DRemoteAccessServiceUnitTest.cpp165 std::unique_ptr<IHalPropValue> createHalPropValue(int32_t propId) override { in createHalPropValue() function in android::hardware::automotive::remoteaccess::FakeVhalClient
170 std::unique_ptr<IHalPropValue> createHalPropValue([[maybe_unused]] int32_t propId, in createHalPropValue() function in android::hardware::automotive::remoteaccess::FakeVhalClient