Home
last modified time | relevance | path

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

12

/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.cpp159 EglWrapperSurface *draw, EglWrapperSurface *read, EglWrapperContext *ctx, in InternalMakeCurrent()
224 EGLBoolean EglWrapperDisplay::MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrent()
273 EGLBoolean EglWrapperDisplay::MakeCurrentAfterHook(EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrentAfterHook()
/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
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
Dbmp_stream.cpp30 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/graphic/graphic_3d/lume/LumeEngine/src/image/
Dimage_loader_manager.cpp97 const uint64_t read = file.Read(buffer.get(), byteLength); in LoadImage() local
152 const uint64_t read = file.Read(buffer.get(), byteLength); in LoadAnimatedImage() local
/foundation/CastEngine/castengine_wifi_display/services/configuration/src/
Dconfig.cpp146 std::thread read([this] { in ReadConfig() local
165 std::thread read([this] { in SaveConfig() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
Dext_stream.cpp61 size_t ExtStream::read(void *buffer, size_t size) in read() function in OHOS::ImagePlugin::ExtStream
/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
Dnapi_parser_utils.h59 bool read = false; member
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
Dtar_file.cpp316 off_t read = ioBuffer_.size(); in WriteFileContent() local
341 off_t TarFile::SplitWriteAll(const vector<uint8_t> &ioBuffer, off_t read) in SplitWriteAll()
Duntar_file.cpp89 size_t read = fread(&(tempName[0]), sizeof(char), nameLen, tarFilePtr_); in ReadLongName() local
/foundation/resourceschedule/work_scheduler/frameworks/src/
Dwork_info.cpp368 sptr<WorkInfo> read = new (std::nothrow) WorkInfo(); in Unmarshalling() local
410 bool WorkInfo::UnmarshallCondition(Parcel &parcel, sptr<WorkInfo> &read, uint32_t mapsize) in UnmarshallCondition()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
Dimage_loader_libpng.cpp231 const uint64_t read = file.Read(buffer.get(), byteLength); in Load() local
Dimage_loader_libjpeg.cpp256 const uint64_t read = file.Read(buffer.get(), byteLength); in Load() local
Dimage_loader_stb_image.cpp431 const uint64_t read = file.Read(buffer.get(), byteLength); in Load() local
Dimage_loader_ktx.cpp632 const uint64_t read = file.Read(buffer.get(), byteLength); in Load() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Dshader_module_gles.cpp187 Reader read { ptr }; in ProcessShaderModule() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
Dhttp_lite_source_plugin.cpp273 unsigned int read = 0; in Read() local
/foundation/ai/intelligent_voice_framework/interfaces/kits/js/
D@ohos.ai.intelligentVoice.d.ts1334 read(): Promise<ArrayBuffer>; method
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
Dassist_test_service.cpp156 bool read = readBoolVector[i]; in TestParcelBoolVector() local
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
Dohos_bt_gatt_server.h354 BleGattServiceRead read; member
/foundation/multimedia/audio_framework/services/audio_service/common/src/
Doh_audio_buffer.cpp495 uint64_t read = basicBufferInfo_->curReadFrame.load(); in GetAvailableDataFrames() local
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dmsg.rs138 pub fn read<T: Deserialize>(&mut self) -> IpcResult<T> { in read() method

12