Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 25) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
Degl_wrapper_context.cpp33 void EglWrapperContext::SetCurrentSurface(EGLSurface draw, EGLSurface read) in SetCurrentSurface()
Degl_wrapper_display.cpp104 EglWrapperSurface *draw, EglWrapperSurface *read, EglWrapperContext *ctx) in InternalMakeCurrent()
143 EGLBoolean EglWrapperDisplay::MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrent()
Degl_wrapper_entry.cpp315 EGLSurface read, EGLContext ctx) in EglMakeCurrentImpl()
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
Dlock_free_queue.h29 uint32 read; member
Dlock_free_queue.c112 uint32 read = queue->read + queue->itemSize; in LFQUE_Pop() local
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
Degl_wrapper_context_test.cpp47 EGLSurface read = nullptr; in HWTEST_F() local
Degl_wrapper_display_test.cpp66 EGLSurface read = EGL_NO_SURFACE; in HWTEST_F() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
Dbmp_stream.cpp24 size_t BmpStream::read(void *buffer, size_t size) in read() function in OHOS::ImagePlugin::BmpStream
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappercontext_fuzzer/
Deglwrappercontext_fuzzer.cpp66 EGLSurface read = GetData<EGLSurface>(); in DoSomethingInterestingWithMyAPI() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
Dext_stream.cpp58 size_t ExtStream::read(void *buffer, size_t size) in read() function in OHOS::ImagePlugin::ExtStream
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dmod.rs257 pub fn read(&self, start: u32, len: u32) -> IpcResult<&[u8]> { in read() method
412 pub fn read<D: Deserialize>(&self) -> IpcResult<D> { in read() method
424 pub fn read<D: Deserialize>(&self) -> IpcResult<D> { in read() method
/foundation/resourceschedule/work_scheduler/frameworks/src/
Dwork_info.cpp311 sptr<WorkInfo> read = new (std::nothrow) WorkInfo(); in Unmarshalling() local
339 void WorkInfo::UnmarshallCondition(Parcel &parcel, sptr<WorkInfo> &read, uint32_t mapsize) in UnmarshallCondition()
/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
Dnapi_parser_utils.h59 bool read = false; member
/foundation/communication/ipc/interfaces/innerkits/rust/src/
Dashmem.rs168 pub fn read(&self, size: i32, offset: i32) -> IpcResult<RawData> { in read() method
/foundation/multimedia/histreamer/engine/plugin/plugins/source/http_lite_source/
Dhttp_lite_source_plugin.cpp273 unsigned int read = 0; in Read() local
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
Dohos_bt_gatt_server.h354 BleGattServiceRead read; member
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
Dassist_test_service.cpp156 bool read = readBoolVector[i]; in TestParcelBoolVector() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mse/
Dmap_mse_resource.cpp343 std::string read = (iter->readStatus_ == 1) ? "yes" : "no"; in GetCvslistBodyXml() local
670 std::string read = msg.read_ ? "yes" : "no"; in AddVer10Node() local
1706 int read = (bmessage.GetStatus() == "READ") ? 1 : 0; in InsertMessageList() local
/foundation/multimedia/audio_framework/services/audio_service/common/src/
Doh_audio_buffer.cpp421 uint64_t read = basicBufferInfo_->curReadFrame.load(); in GetAvailableDataFrames() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_transaction_data_test.cpp85 static void ValueEqual(const Value &read, const Value &origin) in ValueEqual()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
Dnapi_ashmem.cpp724 napi_value read = nullptr; in AshmemExport() local
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
Dmap_mce_parameter.h144 MapMessageStatus read = member
/foundation/communication/bluetooth/interfaces/inner_api/include/
Dbluetooth_map_mce.h100 MapMessageStatus read = member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
Ddistributeddb_tools_unit_test.cpp370 bool DistributedDBToolsUnitTest::IsValueEqual(const DistributedDB::Value &read, const DistributedDB… in IsValueEqual()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mce/
Dmap_mce_instance_request.cpp606 std::shared_ptr<ObexBodyObject> read = std::make_shared<ObexArrayBodyObject>(); in SendRequest() local