Lines Matching refs:frameworks
29 class MockVhalClient : public android::frameworks::automotive::vhal::IVhalClient {
32 using VhalClientResult = android::frameworks::automotive::vhal::VhalClientResult<T>;
42 std::unique_ptr<android::frameworks::automotive::vhal::ISubscriptionClient>
44 std::shared_ptr<android::frameworks::automotive::vhal::ISubscriptionCallback> callback) in getSubscriptionClient()
49 std::unique_ptr<android::frameworks::automotive::vhal::IHalPropValue> createHalPropValue( in createHalPropValue()
51 return std::make_unique<android::frameworks::automotive::vhal::AidlHalPropValue>(propId); in createHalPropValue()
54 std::unique_ptr<android::frameworks::automotive::vhal::IHalPropValue> createHalPropValue( in createHalPropValue()
56 return std::make_unique<android::frameworks::automotive::vhal::AidlHalPropValue>(propId, in createHalPropValue()
61 (const android::frameworks::automotive::vhal::IHalPropValue&,
65 VhalClientResult<std::unique_ptr<android::frameworks::automotive::vhal::IHalPropValue>>,
66 getValueSync, (const android::frameworks::automotive::vhal::IHalPropValue&),
69 (const android::frameworks::automotive::vhal::IHalPropValue&,
73 (const android::frameworks::automotive::vhal::IHalPropValue&), (override));
79 std::unique_ptr<android::frameworks::automotive::vhal::IHalPropConfig>>>,
82 std::unique_ptr<android::frameworks::automotive::vhal::IHalPropConfig>>>,