/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | link_layer_controller.cc | 144 uint16_t handle = acl_packet.GetHandle(); in SendAclToRemote() local 613 uint16_t handle = in IncomingEncryptConnectionResponse() local 1323 uint16_t handle = in IncomingLeEncryptConnectionResponse() local 1353 uint16_t handle = in IncomingLeReadRemoteFeatures() local 1369 uint16_t handle = in IncomingLeReadRemoteFeaturesResponse() local 1618 uint16_t handle = in IncomingPageResponsePacket() local 2102 uint16_t handle, uint8_t encryption_enable) { in SetConnectionEncryption() 2147 uint16_t handle = in MakePeripheralConnection() local 2821 uint16_t handle, std::array<uint8_t, 16> ltk) { in LeLongTermKeyRequestReply() 2846 uint16_t handle) { in LeLongTermKeyRequestNegativeReply() [all …]
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | SensorEventConnection.cpp | 162 bool SensorService::SensorEventConnection::addSensor(int32_t handle) { in addSensor() 174 bool SensorService::SensorEventConnection::removeSensor(int32_t handle) { in removeSensor() 204 const int handle = it.first; in hasOneShotSensors() local 217 void SensorService::SensorEventConnection::setFirstFlushPending(int32_t handle, in setFirstFlushPending() 247 const int handle = it.first; in updateLooperRegistrationLocked() local 277 bool SensorService::SensorEventConnection::incrementPendingFlushCountIfHasAccess(int32_t handle) { in incrementPendingFlushCountIfHasAccess() 557 const int handle = it.first; in sendPendingFlushEventsLocked() local 680 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 770 int handle = i.first; in capRates() local 790 int handle = i.first; in uncapRates() local [all …]
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | http_request.cpp | 23 #define ACE_CURL_EASY_SET_OPTION(handle, opt, data, respData) \ argument 35 #define ACE_CURL_EASY_PERFORM(handle, reqData, respData) \ argument 47 #define ACE_CURL_EASY_GET_INFO(handle, opt, data, respData) \ argument 85 std::unique_ptr<CURL, decltype(&curl_easy_cleanup)> handle(curl_easy_init(), curl_easy_cleanup); in Request() local
|
/ohos5.0/foundation/arkui/napi/sample/native_module_netserver/ |
H A D | net_server.cpp | 114 void NetServer::OnServerClose(uv_handle_t* handle) in OnServerClose() 153 void NetServer::TakeDiffactionsByStatus(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf, Ne… in TakeDiffactionsByStatus() 201 void NetServer::AfterRead(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) in AfterRead() 233 void NetServer::EchoAlloc(uv_handle_t* handle, size_t suggestedSize, uv_buf_t* buf) in EchoAlloc()
|
H A D | netserver.cpp | 113 void NetServer::OnServerClose(uv_handle_t* handle) in OnServerClose() 152 void NetServer::TakeDiffactionsByStatus(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf, Ne… in TakeDiffactionsByStatus() 200 void NetServer::AfterRead(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) in AfterRead() 232 void NetServer::EchoAlloc(uv_handle_t* handle, size_t suggestedSize, uv_buf_t* buf) in EchoAlloc()
|
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/ |
H A D | selinux_map.c | 55 int32_t HashMapCreate(HashTab **handle) in HashMapCreate() 93 int32_t HashMapAdd(HashTab *handle, HashNode *node) in HashMapAdd() 112 HashNode *HashMapGet(HashTab *handle, const char *key, uint32_t len) in HashMapGet() 138 void HashMapDestroy(HashTab *handle) in HashMapDestroy()
|
/aosp12/system/core/libvndksupport/tests/ |
H A D | linker_test.cpp | 47 void* handle = android_load_sphal_library(name.c_str(), RTLD_NOW | RTLD_LOCAL); in TEST() local 53 void* handle = android_load_sphal_library("libNeverUseThisName.so", RTLD_NOW | RTLD_LOCAL); in TEST() local
|
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
H A D | vendor_graphicbuffer_mapper.cpp | 29 status_t VendorGraphicBufferMapper::lock64(buffer_handle_t handle, uint64_t usage, const Rect& boun… in lock64() 36 status_t VendorGraphicBufferMapper::lockYCbCr64(buffer_handle_t handle, in lockYCbCr64()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_cache.h | 55 RenderHandleReference handle; member 78 RenderHandleReference handle; member
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/ |
H A D | ylong_tokio_task_creation.rs | 61 let handle = runtime.spawn(async move { localVariable 80 let handle = ylong_runtime::spawn(async move { localVariable
|
/aosp12/hardware/qcom/display/msm8994/libgralloc/ |
H A D | mapper.cpp | 60 static int gralloc_map_metadata(buffer_handle_t handle) { in gralloc_map_metadata() 82 buffer_handle_t handle) in gralloc_map() 126 buffer_handle_t handle) in gralloc_unmap() 170 buffer_handle_t handle) in gralloc_register_buffer() 184 buffer_handle_t handle) in gralloc_unregister_buffer() 216 buffer_handle_t handle, int usage) in gralloc_map_and_invalidate() 256 buffer_handle_t handle, int usage, in gralloc_lock() 269 buffer_handle_t handle, int usage, in gralloc_lock_ycbcr() 282 buffer_handle_t handle) in gralloc_unlock() 386 native_handle_t** handle = va_arg(args, native_handle_t**); in gralloc_perform() local
|
/aosp12/packages/modules/Connectivity/tests/cts/net/jni/ |
H A D | NativeMultinetworkJni.cpp | 97 ns_msg handle; in extractIpAddressAnswers() local 153 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runResNqueryCheck() local 171 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runResNsendCheck() local 214 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runResNnxDomainCheck() local 251 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runResNcancelCheck() local 265 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runResNapiMalformedCheck() local 324 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runGetaddrinfoCheck() local 340 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runSetprocnetwork() local 353 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runSetsocknetwork() local 405 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runDatagramCheck() local
|
/aosp12/hardware/qcom/display/msm8996/libgralloc/ |
H A D | mapper.cpp | 59 static int gralloc_map_metadata(buffer_handle_t handle) { in gralloc_map_metadata() 81 buffer_handle_t handle) in gralloc_map() 125 buffer_handle_t handle) in gralloc_unmap() 169 buffer_handle_t handle) in gralloc_register_buffer() 183 buffer_handle_t handle) in gralloc_unregister_buffer() 215 buffer_handle_t handle, int usage) in gralloc_map_and_invalidate() 255 buffer_handle_t handle, int usage, in gralloc_lock() 268 buffer_handle_t handle, int usage, in gralloc_lock_ycbcr() 281 buffer_handle_t handle) in gralloc_unlock() 385 native_handle_t** handle = va_arg(args, native_handle_t**); in gralloc_perform() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
H A D | mod.rs | 479 let handle = handles.pop().expect("No more handles !"); in ut_ssl_tunnel_error() localVariable 486 let handle = ylong_runtime::spawn(async move { in ut_ssl_tunnel_error() localVariable 517 let handle = handles.pop().expect("No more handles !"); in ut_ssl_tunnel_error() localVariable 523 let handle = ylong_runtime::spawn(async move { in ut_ssl_tunnel_error() localVariable 557 let handle = handles.pop().expect("No more handles !"); in ut_ssl_tunnel_error() localVariable 563 let handle = ylong_runtime::spawn(async move { in ut_ssl_tunnel_error() localVariable 604 let handle = handles.pop().expect("No more handles !"); in ut_ssl_tunnel_connect() localVariable 610 let handle = ylong_runtime::spawn(async move { in ut_ssl_tunnel_connect() localVariable 651 let handle = handles.pop().expect("No more handles !"); in ut_ssl_tunnel_resp_beyond_size() localVariable 657 let handle = ylong_runtime::spawn(async move { in ut_ssl_tunnel_resp_beyond_size() localVariable
|
/aosp12/system/memory/libion/ |
H A D | ion.c | 89 ion_user_handle_t* handle) { in ion_alloc() 106 int ion_free(int fd, ion_user_handle_t handle) { in ion_free() 113 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, int flags, off_t offset, in ion_map() 141 int ion_share(int fd, ion_user_handle_t handle, int* share_fd) { in ion_share() 162 ion_user_handle_t handle; in ion_alloc_fd() local 186 int ion_import(int fd, int share_fd, ion_user_handle_t* handle) { in ion_import()
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | display_test_utils.cpp | 95 uint32_t GetPixelValue(const BufferHandle &handle, int x, int y) in GetPixelValue() 128 uint32_t CheckPixel(const BufferHandle &handle, int x, int y, uint32_t color) in CheckPixel() 169 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel() 192 void ClearColor(const BufferHandle &handle, uint32_t color) in ClearColor() 201 void ClearColorRect(const BufferHandle &handle, uint32_t color, const IRect &rect) in ClearColorRect() 212 std::vector<IRect> SplitBuffer(const BufferHandle &handle, std::vector<uint32_t> &colors) in SplitBuffer()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_if_u.c | 144 int32_t SpiTransfer(DevHandle handle, struct SpiMsg *msgs, uint32_t count) in SpiTransfer() 200 int32_t SpiRead(DevHandle handle, uint8_t *buf, uint32_t len) in SpiRead() 210 int32_t SpiWrite(DevHandle handle, uint8_t *buf, uint32_t len) in SpiWrite() 220 int32_t SpiSetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiSetCfg() 267 int32_t SpiGetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiGetCfg() 325 void SpiClose(DevHandle handle) in SpiClose()
|
/aosp12/system/bt/stack/acl/ |
H A D | btm_acl.cc | 113 uint16_t handle; member 332 uint16_t handle; in btm_acl_process_sca_cmpl_pkt() local 814 uint16_t handle; in btm_read_remote_version_complete_raw() local 939 uint16_t handle; in btm_read_remote_features_complete_raw() local 997 uint16_t handle; in btm_read_remote_ext_features_complete_raw() local 1819 uint16_t handle; in btm_read_tx_power_complete() local 1883 uint16_t handle; in btm_read_rssi_complete() local 1938 uint16_t handle; in btm_read_failed_contact_counter_complete() local 1984 uint16_t handle; in btm_read_automatic_flush_timeout_complete() local 2045 uint16_t handle; in btm_read_link_quality_complete() local [all …]
|
/ohos5.0/drivers/peripheral/usb/ddk_service/src/ |
H A D | usb_ddk_service.cpp | 58 uint64_t handle = 0; in ReleaseUsbInterface() local 226 UsbInterfaceHandle *handle = UsbOpenInterface(interface); in ClaimInterface() local 256 uint64_t handle = 0; in SelectInterfaceSetting() local 275 uint64_t handle = 0; in GetCurrentInterfaceSetting() local 294 uint64_t handle = 0; in SendControlReadRequest() local 348 uint64_t handle = 0; in SendControlWriteRequest() local 404 uint64_t handle = 0; in SendPipeRequest() local 453 uint64_t handle = 0; in SendPipeRequestWithAshmem() local
|
/aosp12/hardware/qcom/display/msm8909w_3100/libqdutils/ |
H A D | qdMetaData.cpp | 42 static int validateAndMap(private_handle_t* handle) { in validateAndMap() 68 int setMetaData(private_handle_t *handle, DispParamType paramType, in setMetaData() 135 int clearMetaData(private_handle_t *handle, DispParamType paramType) { in clearMetaData() 159 int getMetaData(private_handle_t *handle, DispFetchParamType paramType, in getMetaData()
|
/aosp12/hardware/qcom/display/msm8909/libqdutils/ |
H A D | qdMetaData.cpp | 42 static int validateAndMap(private_handle_t* handle) { in validateAndMap() 68 int setMetaData(private_handle_t *handle, DispParamType paramType, in setMetaData() 133 int clearMetaData(private_handle_t *handle, DispParamType paramType) { in clearMetaData() 157 int getMetaData(private_handle_t *handle, DispFetchParamType paramType, in getMetaData()
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | dns_resolv_listen_test.cpp | 81 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); variable 105 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); variable 125 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); variable 149 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); variable
|
/aosp12/art/libartbase/base/ |
H A D | zip_archive.h | 77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() 101 explicit ZipArchive(ZipArchiveHandle handle) : handle_(handle) {} in ZipArchive()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_rfcomm_connection_server.cpp | 48 int HfpAgRfcommConnectionServer::AcceptConnection(uint16_t handle) in AcceptConnection() 55 int HfpAgRfcommConnectionServer::RejectConnection(uint16_t handle) in RejectConnection()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_rfcomm_connection_server.cpp | 48 int HfpHfRfcommConnectionServer::AcceptConnection(uint16_t handle) in AcceptConnection() 55 int HfpHfRfcommConnectionServer::RejectConnection(uint16_t handle) in RejectConnection()
|