Home
last modified time | relevance | path

Searched refs:enumerator (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/include/
Dmacros.h28 #define CASE_RETURN_STRING(enumerator) \ argument
29 case enumerator: \
30 return std::format(#enumerator "(0x{:x})", static_cast<uint64_t>(enumerator))
32 #define CASE_RETURN_STRING_HEX04(enumerator) \ argument
33 case enumerator: \
34 return std::format(#enumerator "(0x{:04x})", static_cast<uint64_t>(enumerator))
/packages/services/Car/cpp/evs/manager/1.1/
Dservice.cpp45 std::unique_ptr<IEvsEnumerator> enumerator = nullptr; member
52 context->enumerator = in startService()
54 if (!context->enumerator) { in startService()
62 if (status_t status = context->enumerator->registerAsService(); status != OK) { in startService()
112 .enumerator = nullptr}; in main()
/packages/services/Car/cpp/evs/manager/1.1/test/unit/
DEvsEnumeratorTest.cpp70 std::unique_ptr<Enumerator> enumerator = in TEST() local
75 android::sp<IEvsDisplay> evs_display{enumerator->openDisplay_1_1(-1)}; in TEST()
/packages/services/Car/cpp/evs/apps/default/src/
DRenderPixelCopy.cpp39 RenderPixelCopy::RenderPixelCopy(std::shared_ptr<IEvsEnumerator> enumerator, in RenderPixelCopy() argument
41 mEnumerator = enumerator; in RenderPixelCopy()
DRenderDirectView.cpp53 RenderDirectView::RenderDirectView(std::shared_ptr<IEvsEnumerator> enumerator, in RenderDirectView() argument
55 mEnumerator(enumerator), mCameraDesc(camDesc), mConfig(config) { in RenderDirectView()
DRenderTopView.cpp96 RenderTopView::RenderTopView(std::shared_ptr<IEvsEnumerator> enumerator, in RenderTopView() argument
99 mEnumerator(enumerator), mConfig(mConfig) { in RenderTopView()
/packages/services/Car/cpp/evs/manager/aidl/include/
DEnumerator.h84 EvsDeviceStatusCallbackImpl(const std::shared_ptr<Enumerator>& enumerator) : in EvsDeviceStatusCallbackImpl() argument
85 mEnumerator(enumerator) {} in EvsDeviceStatusCallbackImpl()
/packages/services/Car/cpp/evs/apps/default/inc/
DRenderPixelCopy.h33 std::shared_ptr<aidl::android::hardware::automotive::evs::IEvsEnumerator> enumerator,
DRenderDirectView.h35 std::shared_ptr<aidl::android::hardware::automotive::evs::IEvsEnumerator> enumerator,
DRenderTopView.h34 std::shared_ptr<aidl::android::hardware::automotive::evs::IEvsEnumerator> enumerator,
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...