Home
last modified time | relevance | path

Searched defs:addr (Results 2876 - 2900 of 15309) sorted by relevance

1...<<111112113114115116117118119120>>...613

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/thirdparty/
H A Dmali_kbase_mmap.c237 kbase_context_get_unmapped_area(struct kbase_context *const kctx, const unsigned long addr, const unsigned long len, const unsigned long pgoff, const unsigned long flags) kbase_context_get_unmapped_area() argument
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_ioctl.h154 __u64 addr; member
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dudp_server.cpp185 std::shared_ptr<BaseNetworkSession> UdpServer::FindOrCreateSession(const struct sockaddr_in &addr) in FindOrCreateSession() argument
239 bool UdpServer::BindAndConnectClinetFd(int32_t fd, const struct sockaddr_in &addr) in BindAndConnectClinetFd() argument
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_prepared_model_v2_1.cpp196 auto addr = memManager->MapMemory(iBuffers[i].fd, iBuffers[i].bufferSize); in ExportModelCache() local
H A Dhdi_prepared_model_v2_0.cpp196 auto addr = memManager->MapMemory(iBuffers[i].fd, iBuffers[i].bufferSize); in ExportModelCache() local
H A Dhdi_prepared_model_v1_0.cpp196 auto addr = memManager->MapMemory(iBuffers[i].fd, iBuffers[i].bufferSize); in ExportModelCache() local
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dbase_object.cpp154 void *addr = calloc(sizeof(WeakReferenceImpl), 1); in GetWeakReference() local
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp62 uint32_t UIFontAllocator::GetSize(void* addr) in GetSize() argument
156 void UIFontAllocator::Free(void* addr) in Free() argument
H A Dui_line_break.h87 void SetRuleFileLoadAddr(char* addr) in SetRuleFileLoadAddr() argument
/foundation/arkui/napi/sample/native_module_netserver/
H A Dnet_server.cpp38 struct sockaddr_in addr; in Start() local
H A Dnetserver.cpp37 struct sockaddr_in addr; in Start() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_client_callback_proxy.cpp307 void BluetoothGattClientCallbackProxy::OnReadRemoteRssiValue(const bluetooth::RawAddress &addr, int rssi, int status) in OnReadRemoteRssiValue() argument
H A Dbluetooth_hid_host_stub.cpp252 std::string addr = data.ReadString(); in HidHostSetConnectStrategyInner() local
H A Dbluetooth_a2dp_sink_stub.cpp78 std::string addr = data.ReadString(); in ConnectInner() local
93 std::string addr = data.ReadString(); in DisconnectInner() local
151 std::string addr = data.ReadString(); in GetDeviceStateInner() local
166 std::string addr = data.ReadString(); in GetPlayingStateInner() local
177 std::string addr = data.ReadString(); in SetConnectStrategyInner() local
193 std::string addr = data.ReadString(); GetConnectStrategyInner() local
207 std::string addr = data.ReadString(); SendDelayInner() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp310 int BluetoothGattClientProxy::RequestFastestConn(const BluetoothRawAddress &addr) in RequestFastestConn() argument
24 RegisterApplication( const sptr<IBluetoothGattClientCallback> &callback, const BluetoothRawAddress &addr, int32_t transport, int &appId) RegisterApplication() argument
46 RegisterApplication( const sptr<IBluetoothGattClientCallback> &callback, const BluetoothRawAddress &addr, int32_t transport) RegisterApplication() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection.cpp42 auto addr = HfpAgRfcommConnection::GetRemoteAddressByHandle(handle); in ProcessDataConnectionCallback() local
154 void HfpAgDataConnection::SetRemoteAddr(const std::string &addr) in SetRemoteAddr() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_motion_blur_filter_test.cpp217 int* addr = &addr1; in HWTEST_F() local
H A Drs_foreground_effect_filter_test.cpp129 int* addr = &addr1; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_pointer_window_demo.cpp72 void DoDraw(uint8_t* addr, uint32_t width, uint32_t height) in DoDraw() argument
106 auto addr = static_cast<uint8_t*>(buffer->GetVirAddr()); in InitSurfaceStyle() local
H A Drs_uni_render_fix_rotation_demo.cpp64 void DoDraw(uint8_t* addr, uint32_t width, uint32_t height) in DoDraw() argument
98 auto addr = static_cast<uint8_t*>(buffer->GetVirAddr()); in InitSurfaceStyle() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp82 auto addr = static_cast<uint8_t*>(buffer->GetVirAddr()); in DrawBuffer() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Ddrawing_context.cpp141 auto addr = static_cast<uint32_t*>(buffer->GetVirAddr()); in AcquireSurfaceInRaster() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_windows.cpp96 void *addr = nullptr; in FlushFrame() local
140 void RSSurfaceWindows::YInvert(void *addr, int32_t width, int32_t height) in YInvert() argument
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Ddrawing_text_c_sample.cpp38 void DoDraw(uint8_t *addr, uint32_t width, uint32_t height, size_t index) in DoDraw() argument
123 auto addr = static_cast<uint8_t *>(buffer->GetVirAddr()); in DrawSurface() local
H A Dmain.cpp65 void DoDraw(uint8_t *addr, uint32_t width, uint32_t height, size_t index) in DoDraw() argument
139 auto addr = static_cast<uint8_t *>(buffer->GetVirAddr()); in DrawSurface() local

Completed in 18 milliseconds

1...<<111112113114115116117118119120>>...613