Searched refs:OH_NativeBuffer_Alloc (Results 1 – 13 of 13) sorted by relevance
14 | OH_NativeBuffer_Alloc (const OH_NativeBuffer_Config \*config) | 通过OH_NativeBuffer_Config创建OH_Nati…48 OH_NativeBuffer* buffer = OH_NativeBuffer_Alloc(&config);50 std::cout << "OH_NativeBuffer_Alloc Failed" << std::endl;
90 buffer = OH_NativeBuffer_Alloc(nullptr);104 buffer = OH_NativeBuffer_Alloc(&config);242 buffer = OH_NativeBuffer_Alloc(&config);289 buffer = OH_NativeBuffer_Alloc(&config);325 buffer = OH_NativeBuffer_Alloc(&config);351 buffer = OH_NativeBuffer_Alloc(&config);393 buffer = OH_NativeBuffer_Alloc(&config);476 buffer = OH_NativeBuffer_Alloc(&config);527 buffer = OH_NativeBuffer_Alloc(&config);
15 | OH_NativeBuffer_Alloc (const OH_NativeBuffer_Config \*config) | Creates an **OH_NativeBuffer** in…49 OH_NativeBuffer* buffer = OH_NativeBuffer_Alloc(&config);51 std::cout << "OH_NativeBuffer_Alloc Failed" << std::endl;
36 OH_NativeBuffer *nativeBuffer = OH_NativeBuffer_Alloc(&config); in CreateNativeBuffer()
47 OH_NativeBuffer* buffer = OH_NativeBuffer_Alloc(&config); in DoSomethingInterestingWithMyAPI()
68 OH_NativeBuffer* buffer = OH_NativeBuffer_Alloc(&config); in main()
458 OH_NativeBuffer* OH_NativeBuffer_Alloc(const OH_NativeBuffer_Config* config);
58 OH_NativeBuffer* buffer = OH_NativeBuffer_Alloc(&config); in TestAllocate()
75 | [OH_NativeBuffer](#oh_nativebuffer) \* [OH_NativeBuffer_Alloc](#oh_nativebuffer_alloc) (const [OH…605 ### OH_NativeBuffer_Alloc()608 OH_NativeBuffer* OH_NativeBuffer_Alloc (const OH_NativeBuffer_Config* config)
74 | [OH_NativeBuffer](_o_h___native_buffer.md#oh_nativebuffer) \* [OH_NativeBuffer_Alloc](_o_h___nati…
86 OH_NativeBuffer* OH_NativeBuffer_Alloc(const OH_NativeBuffer_Config* config) in OH_NativeBuffer_Alloc() function