| /applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/ |
| H A D | NativeImageAdaptor.cpp | 251 NativeWindowBuffer* buffer = bufferCache_.front(); in AttachBuffer() local 269 NativeWindowBuffer *buffer = bufferAttached_.front(); in DettachBuffer() local 332 void NativeImageAdaptor::GetBufferMapPlanes(NativeWindowBuffer *buffer) in GetBufferMapPlanes() argument 361 NativeWindowBuffer *buffer = nullptr; in ProduceBuffer() local 417 NativeWindowBuffer *buffer = nullptr; ConsumerBuffer() local [all...] |
| /applications/standard/app_samples/code/DocsSample/Media/Audio/OHAudio/entry/src/main/cpp/ |
| H A D | audio.cpp | 127 static int32_t AudioCapturerOnReadData(OH_AudioCapturer *capturer, void *userData, void *buffer, int32_t bufferLen) in AudioCapturerOnReadData() argument 136 static int32_t AudioRendererOnWriteData(OH_AudioRenderer *renderer, void *userData, void *buffer, int32_t bufferLen) in AudioRendererOnWriteData() argument 362 static int32_t AvpAudioRendererOnWriteData(OH_AudioRenderer *renderer, void *userData, void *buffer, int32_t bufferLen) in AvpAudioRendererOnWriteData() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_manager.cpp | 503 JSHandle<JSTaggedValue> ModuleManager::HostResolveImportedModule(const void *buffer, size_t size, in HostResolveImportedModule() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_third_tests.cpp | 269 Local<BufferRef> buffer = BufferRef::New(vm_, length); in HWTEST_F_L0() local 288 Local<BufferRef> buffer = BufferRef::New(vm_, length); in HWTEST_F_L0() local 317 uint8_t *buffer = new uint8_t[length](); HWTEST_F_L0() local 555 uint8_t *buffer = new uint8_t[length](); HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | base_deserializer.cpp | 221 void *buffer = np->GetExternalPointer(); in IncreaseSharedArrayBufferReference() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | aot_runtime_info.h | 289 char buffer[BUFFER_SIZE] = { '\0' }; in GetInfoFromBuffer() local 372 char buffer[BUFFER_SIZE] = { '\0' }; in GetRuntimeInfoByPath() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| H A D | encoder64_test_2.cpp | 1132 uint64_t buffer[3U] = {0xFFFFFFFFFFFFFFFFULL, inputWord, 0xFFFFFFFFFFFFFFFFULL}; in TestLoadExclusive() local 1152 uint64_t buffer = 0xFFFFFFFFFFFFFFFFULL; in TestStoreExclusiveFailed() local 1177 uint64_t buffer[3U] = {0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL}; in TestStoreExclusive() local [all...] |
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file.cpp | 277 std::unique_ptr<const File> OpenPandaFileFromMemory(const void *buffer, size_t size, std::string tag) in OpenPandaFileFromMemory() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | reserve_string_builder_buffer.cpp | 276 Inst *StoreStringBuilderBufferField(Graph *graph, Inst *buffer, Inst *instance, RuntimeInterface::ClassPtr klass, in StoreStringBuilderBufferField() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | escompat_RegExp.cpp | 146 auto *buffer = parser.GetOriginBuffer(); in SetBuffer() local 290 auto *buffer = reinterpret_cast<uint8_t *>(etsBuffer->GetData<int8_t>()); in Execute() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| H A D | ets_intrinsics_helpers.h | 334 std::array<char, BUF_SIZE + 2U> buffer; in FpToStringDecimalRadix() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| H A D | profile_dump_info.cpp | 45 static bool WriteBuffer(int fd, const uint8_t *buffer, size_t byteCount) in WriteBuffer() argument 59 static void AddStringToBuffer(PandaVector<uint8_t> *buffer, const PandaString &value) in AddStringToBuffer() argument 65 static void AddUintToBuffer(PandaVector<uint8_t> *buffer, T value) in AddUintToBuffer() argument 83 uint8_t buffer[1]; in testEOF() local 98 uint8_t *buffer = ptrCurrent_; FillFromFd() local 296 PandaVector<uint8_t> buffer; // each element 1 byte Save() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | gdb_jit.cpp | 394 char *buffer = new char[totalSize]; in CreateDebuggerElf() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| H A D | zip_file.cpp | 484 bool ZipFile::ReadZStream(const BytePtr &buffer, z_stream &zstream, uint32_t &remainCompressedSize, in ReadZStream() argument 611 bool ZipFile::ReadZStreamFromMMap(const BytePtr &buffer, void* &dataPtr, in ReadZStreamFromMMap() argument
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| H A D | locale_helper.cpp | 239 std::string buffer; in ToStdStringLanguageTag() local
|
| /base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
| H A D | bundle_manager_adapter_proxy.cpp | 378 bool BundleManagerAdapterProxy::GetData(void *&buffer, size_t size, const void *data)
in GetData() argument 423 void *buffer = nullptr;
in InnerGetParcelInfo() local 620 void *buffer in InnerGetVectorFromParcelIntelligent() local 712 SendData(void *&buffer, size_t size, const void *data) SendData() argument [all...] |
| /base/hiviewdfx/hiview/base/utility/ |
| H A D | file_util.cpp | 252 bool WriteBufferToFd(int fd, const char* buffer, size_t size) in WriteBufferToFd() argument
|
| /base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
| H A D | dump_implement.cpp | 338 char buffer[80] = {0}; in GetTime() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| H A D | dwarf_test.cpp | 127 void DfxMemoryTest::SetBuffer(uintptr_t addr, std::vector<uint8_t> buffer) in SetBuffer() argument [all...] |
| /base/account/os_account/services/accountmgr/src/ |
| H A D | account_file_watcher_manager.cpp | 204 uint8_t *buffer = static_cast<uint8_t *>(malloc(len)); in GenerateAccountInfoDigest() local
|
| /base/customization/enterprise_device_management/interfaces/kits/common/src/ |
| H A D | napi_edm_common.cpp | 413 napi_value buffer = nullptr; in JsObjectToU8Vector() local
|
| /base/global/resource_management/frameworks/resmgr/src/ |
| H A D | raw_file_manager.cpp | 66 uint8_t* buffer;
member [all...] |
| /base/account/os_account/frameworks/account_iam/test/unittest/src/ |
| H A D | account_iam_client_test.cpp | 747 std::vector<uint8_t> buffer;
in HWTEST_F() local
|
| /base/global/resource_management/interfaces/js/innerkits/core/src/ |
| H A D | resource_manager_napi_utils.cpp | 187 napi_value buffer; in CreateJsUint8Array() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
| H A D | dfx_dump_catcher.cpp | 542 char *buffer = new char[MAX_PIPE_SIZE]; in DoReadBuf() local
|