/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/drm/ |
D | vmwgfx_drm.h | 128 __u32 handle; member 142 __u32 handle; member 164 __u32 handle; member 198 __u32 handle; member 208 __u32 handle; member 216 __u32 handle; member 230 __u32 handle; member 265 __u32 handle; member 286 __u32 handle; member 317 __u32 handle; member [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/drm/ |
D | vmwgfx_drm.h | 128 __u32 handle; member 142 __u32 handle; member 164 __u32 handle; member 198 __u32 handle; member 208 __u32 handle; member 216 __u32 handle; member 230 __u32 handle; member 265 __u32 handle; member 286 __u32 handle; member 317 __u32 handle; member [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/drm/ |
D | vmwgfx_drm.h | 128 __u32 handle; member 142 __u32 handle; member 164 __u32 handle; member 198 __u32 handle; member 208 __u32 handle; member 216 __u32 handle; member 230 __u32 handle; member 265 __u32 handle; member 286 __u32 handle; member 317 __u32 handle; member [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/drm/ |
D | vmwgfx_drm.h | 128 __u32 handle; member 142 __u32 handle; member 164 __u32 handle; member 198 __u32 handle; member 208 __u32 handle; member 216 __u32 handle; member 230 __u32 handle; member 265 __u32 handle; member 286 __u32 handle; member 317 __u32 handle; member [all …]
|
/aosp_15_r20/external/igt-gpu-tools/include/drm-uapi/ |
H A D | vmwgfx_drm.h | 357 __u32 handle; member 412 __u32 handle; member 485 __u32 handle; member 626 __u32 handle; member 657 __u32 handle; member 683 __u32 handle; member 728 __u32 handle; member 873 __u32 handle; member 946 __u32 handle; member 1063 __u32 handle; member [all …]
|
/aosp_15_r20/external/tink/tools/tinkey/src/test/java/com/google/crypto/tink/tinkey/ |
H A D | AddKeyCommandTest.java | 73 KeysetHandle handle = in testAddKey_json_works() local 112 KeysetHandle handle = in testAddKey_binary_works() local 162 KeysetHandle handle = in testAddKey_binaryEncrypted_works() local 213 KeysetHandle handle = in testAddKey_jsonEncrypted_works() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/ |
H A D | GrGLSLProgramBuilder.h | 61 const char* samplerVariable(SamplerHandle handle) const { in samplerVariable() 65 skgpu::Swizzle samplerSwizzle(SamplerHandle handle) const { in samplerSwizzle() 69 const char* inputSamplerVariable(SamplerHandle handle) const { in inputSamplerVariable() 73 skgpu::Swizzle inputSamplerSwizzle(SamplerHandle handle) const { in inputSamplerSwizzle()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 292 int handle = 2; in readCharacteristic() local 333 int handle = 2; in writeCharacteristic() local 350 int handle = 2; in readDescriptor() local 362 int handle = 2; in writeDescriptor() local 397 int handle = 2; in registerForNotification() local 561 int handle = 2; in removeService() local 598 int handle = 2; in sendNotification() local
|
/aosp_15_r20/external/cronet/components/nacl/loader/ |
H A D | nacl_ipc_adapter.cc | 81 NaClIPCAdapter* ToAdapter(void* handle) { in ToAdapter() 86 void NaClDescCustomDestroy(void* handle) { in NaClDescCustomDestroy() 90 ssize_t NaClDescCustomSendMsg(void* handle, const NaClImcTypedMsgHdr* msg, in NaClDescCustomSendMsg() 95 ssize_t NaClDescCustomRecvMsg(void* handle, NaClImcTypedMsgHdr* msg, in NaClDescCustomRecvMsg() 252 base::subtle::ScopedPlatformSharedMemoryHandle handle = in MakeShmRegionNaClDesc() local 353 const IPC::ChannelHandle& handle, in NaClIPCAdapter() 671 base::PlatformFile handle = in SaveOpenResourceMessage() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_ctx_exec.c | 47 static int exec(int fd, uint32_t handle, int ring, int ctx_id) in exec() 61 static void big_exec(int fd, uint32_t handle, int ring) in big_exec() 115 uint32_t handle) in invalid_context() 203 uint32_t handle; variable
|
H A D | gem_pwrite.c | 46 static void *wrap_gem_mmap__gtt(int i915, uint32_t handle, in wrap_gem_mmap__gtt() 62 uint32_t handle = gem_create(i915, MiB(4)); in pwrite_self() local 82 static void do_gem_write(int fd, uint32_t handle, void *buf, int len, int loops) in do_gem_write() 120 uint32_t handle; in test_big_cpu() local 181 uint32_t handle; in test_big_gtt() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/spd/tspd/ |
D | tspd_main.c | 60 uint64_t tspd_handle_sp_preemption(void *handle) in tspd_handle_sp_preemption() 110 void *handle, in tspd_sel1_interrupt_handler() 226 void *handle, in tspd_ns_interrupt_handler() 347 void *handle, in tspd_smc_handler()
|
/aosp_15_r20/external/openscreen/platform/impl/ |
H A D | socket_handle_waiter.cc | 19 SocketHandleRef handle) { in Subscribe() 27 SocketHandleRef handle) { in Unsubscribe() 47 SocketHandleRef handle, in OnHandleDeletion() 134 for (const auto& handle : ch) { in ProcessHandles() local
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | pybind.cpp | 40 py::handle type_caster<c10::SymInt>::cast( in cast() argument 80 py::handle type_caster<c10::SymFloat>::cast( in cast() argument 110 py::handle type_caster<c10::SymBool>::cast( in cast() argument 130 py::handle type_caster<c10::Scalar>::cast( in cast() argument
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/ |
H A D | CleartextKeysetHandleTest.java | 55 KeysetHandle handle = KeysetHandle.generateNew(template); in testParse() local 66 KeysetHandle handle = KeysetHandle.generateNew(template); in testRead() local 82 KeysetHandle handle = KeysetHandle.generateNew(KeyTemplates.get("HMAC_SHA256_128BITTAG")); in testWriteRead_samePrimitive() local 165 KeysetHandle handle = in testReadWithAnnotations_getLoggedByMonitoringClient() local
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessorHelper.java | 130 protected Uri formatNumberForRedirection(Uri handle) { in formatNumberForRedirection() 139 public String getPostDialDigits(Uri handle) { in getPostDialDigits() 147 public Uri formatNumberToE164(Uri handle) { in formatNumberToE164() 174 protected Uri removePostDialDigits(Uri handle) { in removePostDialDigits()
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/ |
H A D | JwtTest.java | 62 KeysetHandle handle = KeysetHandle.generateNew(KeyTemplates.get(templateName)); in createComputeVerifyJwtMac() local 149 KeysetHandle handle = in readKeysetComputeVerifyJwtMac_success() local 212 KeysetHandle handle = in multipleKeysReadKeysetComputeVerifyJwtMac_success() local 262 KeysetHandle handle = in getPrimitiveFromNonMacKeyset_throws() local
|
/aosp_15_r20/external/arm-trusted-firmware/services/spd/tspd/ |
H A D | tspd_main.c | 60 uint64_t tspd_handle_sp_preemption(void *handle) in tspd_handle_sp_preemption() 110 void *handle, in tspd_sel1_interrupt_handler() 226 void *handle, in tspd_ns_interrupt_handler() 347 void *handle, in tspd_smc_handler()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/pan/ |
D | bta_pan_act.cc | 99 static void bta_pan_conn_state_cback(uint16_t handle, const RawAddress& bd_addr, tPAN_RESULT state, in bta_pan_conn_state_cback() 151 static void bta_pan_data_flow_cb(uint16_t handle, tPAN_RESULT result) { in bta_pan_data_flow_cb() 181 static void bta_pan_data_buf_ind_cback(uint16_t handle, const RawAddress& src, in bta_pan_data_buf_ind_cback() 224 static void bta_pan_pfilt_ind_cback(uint16_t handle, bool indication, tPAN_RESULT result, in bta_pan_pfilt_ind_cback() 240 static void bta_pan_mfilt_ind_cback(uint16_t handle, bool indication, tPAN_RESULT result, in bta_pan_mfilt_ind_cback()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | reduction.py | 71 def duplicate(handle, target_process=None, inheritable=False, argument 83 def steal_handle(source_pid, handle): argument 95 def send_handle(conn, handle, destination_pid): argument 106 def __init__(self, handle, access, pid=None): argument 181 def send_handle(conn, handle, destination_pid): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
H A D | reduction.py | 71 def duplicate(handle, target_process=None, inheritable=False, argument 83 def steal_handle(source_pid, handle): argument 95 def send_handle(conn, handle, destination_pid): argument 106 def __init__(self, handle, access, pid=None): argument 181 def send_handle(conn, handle, destination_pid): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | function_threadpool_test.cc | 77 Status Run(FunctionLibraryRuntime* flr, FunctionLibraryRuntime::Handle handle, in Run() 117 FunctionLibraryRuntime::Handle* handle) { in Instantiate() 124 FunctionLibraryRuntime::Handle* handle) { in Instantiate() 143 FunctionLibraryRuntime::Handle handle; in InstantiateAndRun() local 164 Status Run(FunctionLibraryRuntime* flr, FunctionLibraryRuntime::Handle handle, in Run()
|
/aosp_15_r20/external/fastrpc/src/ |
H A D | log_config.c | 97 remote_handle64 handle; in parseLogConfig() local 174 remote_handle64 handle; in readLogConfigFromPath() local 283 remote_handle64 handle; in resetLogConfigFromEvent() local 326 remote_handle64 handle; in file_watcher_thread() local 394 remote_handle64 handle; in deinitFileWatcher() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/ |
D | reduction.py | 71 def duplicate(handle, target_process=None, inheritable=False, argument 83 def steal_handle(source_pid, handle): argument 95 def send_handle(conn, handle, destination_pid): argument 106 def __init__(self, handle, access, pid=None): argument 181 def send_handle(conn, handle, destination_pid): argument
|
/aosp_15_r20/system/libhwbinder/ |
H A D | ProcessState.cpp | 181 ssize_t ProcessState::getStrongRefCountForNodeByHandle(int32_t handle) { in getStrongRefCountForNodeByHandle() 212 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle) in lookupHandleLocked() 225 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle() 255 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle) in getWeakProxyForHandle() 286 void ProcessState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle()
|