Home
last modified time | relevance | path

Searched refs:SharedMemQueue (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/base/
H A Dhdi_smq.h75 class SharedMemQueue {
89 ~SharedMemQueue();
262 SharedMemQueue<T>::SharedMemQueue(uint32_t elementCount, SmqType type) in SharedMemQueue() function
281 SharedMemQueue<T>::SharedMemQueue(const SharedMemQueueMeta<T> &meta) in SharedMemQueue() function
288 SharedMemQueue<T>::~SharedMemQueue() in ~SharedMemQueue()
396 bool SharedMemQueue<T>::IsGood() in IsGood()
424 int SharedMemQueue<T>::Write(const T *data) in Write()
430 int SharedMemQueue<T>::Read(T *data) in Read()
612 size_t SharedMemQueue<T>::GetAvalidWriteSize() in GetAvalidWriteSize()
618 size_t SharedMemQueue<T>::GetAvalidReadSize() in GetAvalidReadSize()
[all …]
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
H A Dsmq_test.cpp39 using OHOS::HDI::Base::SharedMemQueue;
219 std::unique_ptr<SharedMemQueue<int32_t>> smq =
220 std::make_unique<SharedMemQueue<int32_t>>(SMQ_TEST_QUEUE_SIZE, SmqType::SYNCED_SMQ);
228 …std::shared_ptr<SharedMemQueue<int32_t>> smq2 = std::make_shared<SharedMemQueue<int32_t>>(*replyMe…
270 std::unique_ptr<SharedMemQueue<SampleSmqElement>> smq =
271 … std::make_unique<SharedMemQueue<SampleSmqElement>>(SMQ_TEST_QUEUE_SIZE, SmqType::SYNCED_SMQ);
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_hdi_service.cpp27 using OHOS::HDI::Base::SharedMemQueue;
147 static std::shared_ptr<SharedMemQueue<SampleSmqElement>> smq = nullptr; in SampleServiceTansSmq()
148 smq = std::make_shared<SharedMemQueue<SampleSmqElement>>(*smqMeta); in SampleServiceTansSmq()
156 std::shared_ptr<SharedMemQueue<SampleSmqElement>> smqLocal = smq; in SampleServiceTansSmq()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_001/c_target/
H A Dfail_output.txt3 [IDL-GEN]: [CheckType:1659] [IFooExt.idl:26:21] error:The SharedMemQueue<unsigned char> type is not…
4 [IDL-GEN]: [CheckType:1659] [IFooExt.idl:26:65] error:The SharedMemQueue<unsigned char> type is not…
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/bluetooth/
H A Dinterface_i_bluetooth_audio_session.md19 …ionType sessionType, [in] IBluetoothAudioCallback callbackObj, [out] SharedMemQueue< unsigned char…
54 …ionType sessionType, [in] IBluetoothAudioCallback callbackObj, [out] SharedMemQueue< unsigned char…
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A Dinterface_i_display_composer_v10.md43 | [InitCmdRequest](#initcmdrequest) ([in] SharedMemQueue&lt; int &gt; request) | 初始化命令请求对象。 |
45 | [GetCmdReply](#getcmdreply) ([out] SharedMemQueue&lt; int &gt; reply) | 获取命令请求的返回结果。 |
205 IDisplayComposer::GetCmdReply ([out] SharedMemQueue< int > reply)
436 IDisplayComposer::InitCmdRequest ([in] SharedMemQueue< int > request)
450 | request | 指示要初始化的 SharedMemQueue。 |
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_001/foo/v1_0/
H A DIFooExt.idl26 …TestFunc14([in] SharedMemQueue<unsigned char> inData, [out] SharedMemQueue<unsigned char> outData);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_001/cpp_target/foo/v1_0/
H A Dfoo_ext_service.h.txt39 int32_t TestFunc14(const std::shared_ptr<SharedMemQueue<uint8_t>>& inData,
40 std::shared_ptr<SharedMemQueue<uint8_t>>& outData) override;
H A Dfoo_ext_service.cpp.txt51 int32_t FooExtService::TestFunc14(const std::shared_ptr<SharedMemQueue<uint8_t>>& inData,
52 std::shared_ptr<SharedMemQueue<uint8_t>>& outData)
H A Difoo_ext.h.txt56 virtual int32_t TestFunc14(const std::shared_ptr<SharedMemQueue<uint8_t>>& inData,
57 std::shared_ptr<SharedMemQueue<uint8_t>>& outData) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/
H A Ddisplay_composer_proxy.h.txt118 int32_t InitCmdRequest(const std::shared_ptr<SharedMemQueue<int32_t>>& request) override;
123 int32_t GetCmdReply(std::shared_ptr<SharedMemQueue<int32_t>>& reply) override;
180 static int32_t InitCmdRequest_(const std::shared_ptr<SharedMemQueue<int32_t>>& request,
186 …static int32_t GetCmdReply_(std::shared_ptr<SharedMemQueue<int32_t>>& reply, const sptr<IRemoteObj…
H A Ddisplay_composer_service.h.txt78 int32_t InitCmdRequest(const std::shared_ptr<SharedMemQueue<int32_t>>& request) override;
83 int32_t GetCmdReply(std::shared_ptr<SharedMemQueue<int32_t>>& reply) override;
H A Ddisplay_composer_service.cpp.txt145 int32_t DisplayComposerService::InitCmdRequest(const std::shared_ptr<SharedMemQueue<int32_t>>& requ…
156 int32_t DisplayComposerService::GetCmdReply(std::shared_ptr<SharedMemQueue<int32_t>>& reply)
H A Didisplay_composer.h.txt149 virtual int32_t InitCmdRequest(const std::shared_ptr<SharedMemQueue<int32_t>>& request) = 0;
154 virtual int32_t GetCmdReply(std::shared_ptr<SharedMemQueue<int32_t>>& reply) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_001/c_target/
H A Dfail_output.txt2 [IDL-GEN]: [CheckType:1659] [Types.idl:42:5] error:The SharedMemQueue<unsigned char> type is not su…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/cpp_target/bluetooth/a2dp/v1_0/
H A Dbluetooth_audio_session_proxy.h.txt72 …::A2dp::V1_0::IBluetoothAudioCallback>& callbackObj, std::shared_ptr<SharedMemQueue<uint8_t>>& que…
82 …::A2dp::V1_0::IBluetoothAudioCallback>& callbackObj, std::shared_ptr<SharedMemQueue<uint8_t>>& que…
H A Dbluetooth_audio_session_service.cpp.txt32 …::A2dp::V1_0::IBluetoothAudioCallback>& callbackObj, std::shared_ptr<SharedMemQueue<uint8_t>>& que…
H A Dbluetooth_audio_session_service.h.txt32 …::A2dp::V1_0::IBluetoothAudioCallback>& callbackObj, std::shared_ptr<SharedMemQueue<uint8_t>>& que…
H A Dbluetooth_audio_session_proxy.cpp.txt122 …::A2dp::V1_0::IBluetoothAudioCallback>& callbackObj, std::shared_ptr<SharedMemQueue<uint8_t>>& que…
142 …::A2dp::V1_0::IBluetoothAudioCallback>& callbackObj, std::shared_ptr<SharedMemQueue<uint8_t>>& que…
185 queue = std::make_shared<SharedMemQueue<uint8_t>>(*queueMeta_);
/ohos5.0/drivers/interface/display/composer/v1_1/display_command/
H A Ddisplay_cmd_requester.h53 using HdiDisplayCmdRequester = V1_1::DisplayCmdRequester<SharedMemQueue<int32_t>, V1_1::IDisplayCom…
H A Ddisplay_cmd_responser.h50 using HdiDisplayCmdResponser = DisplayCmdResponser<SharedMemQueue<int32_t>, IDisplayComposerVdi>;
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/
H A Ddisplay_composer_service.h64 int32_t InitCmdRequest(const std::shared_ptr<SharedMemQueue<int32_t>>& request) override;
67 int32_t GetCmdReply(std::shared_ptr<SharedMemQueue<int32_t>>& reply) override;
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H A Dservice_manager_hdi_test.cpp39 using OHOS::HDI::Base::SharedMemQueue;
531 std::unique_ptr<SharedMemQueue<SampleSmqElement>> smq =
532 … std::make_unique<SharedMemQueue<SampleSmqElement>>(SMQ_TEST_QUEUE_SIZE, SmqType::SYNCED_SMQ);
569 std::unique_ptr<SharedMemQueue<SampleSmqElement>> smq =
570 … std::make_unique<SharedMemQueue<SampleSmqElement>>(SMQ_TEST_QUEUE_SIZE, SmqType::SYNCED_SMQ);
610 std::unique_ptr<SharedMemQueue<SampleSmqElement>> smq =
611 … std::make_unique<SharedMemQueue<SampleSmqElement>>(SMQ_TEST_QUEUE_SIZE, SmqType::UNSYNC_SMQ);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/cpp_target/display/composer/v1_1/
H A Ddisplay_composer_service.h.txt102 int32_t InitCmdRequest(const std::shared_ptr<SharedMemQueue<int32_t>>& request) override;
107 int32_t GetCmdReply(std::shared_ptr<SharedMemQueue<int32_t>>& reply) override;
H A Ddisplay_composer_service.cpp.txt200 int32_t DisplayComposerService::InitCmdRequest(const std::shared_ptr<SharedMemQueue<int32_t>>& requ…
211 int32_t DisplayComposerService::GetCmdReply(std::shared_ptr<SharedMemQueue<int32_t>>& reply)

12