/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | policydb_public.c | 50 sepol_handle_t * handle) in sepol_policy_file_set_handle() 186 int sepol_policydb_from_image(sepol_handle_t * handle, in sepol_policydb_from_image() 192 int sepol_policydb_to_image(sepol_handle_t * handle, in sepol_policydb_to_image()
|
/aosp_15_r20/frameworks/av/media/utils/tests/ |
H A D | TimerThread-test.cpp | 54 TimerThread::Handle handle = in testBasic() local 72 TimerThread::Handle handle = in testCancel() local 91 TimerThread::Handle handle = in testCancelAfterRun() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/ |
D | async_out.hpp | 32 inline void apply_out_handles(Executor &e, void* handle, std::integral_constant<int, 1>, std::integ… in apply_out_handles() 44 inline void apply_out_handles(Executor &e, void* handle, std::integral_constant<int, 2>, std::integ… in apply_out_handles() 57 inline void apply_out_handles(Executor &e, void* handle, std::integral_constant<int, 1>, std::integ… in apply_out_handles()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble_conn_params.cc | 278 void l2cble_process_conn_update_evt(uint16_t handle, uint8_t status, uint16_t /* interval */, in l2cble_process_conn_update_evt() argument 312 void l2cble_process_rc_param_request_evt(uint16_t handle, uint16_t int_min, uint16_t int_max, in l2cble_process_rc_param_request_evt() 528 void l2cble_process_subrate_change_evt(uint16_t handle, uint8_t status, in l2cble_process_subrate_change_evt() argument
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
D | zynqmp_pm_svc_main.c | 110 static uint64_t ttc_fiq_handler(uint32_t id, uint32_t flags, void *handle, in ttc_fiq_handler() 146 void *handle, void *cookie) in zynqmp_sgi7_irq() 282 uint64_t x4, const void *cookie, void *handle, uint64_t flags) in pm_smc_handler()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/ |
D | has_client_test.cc | 226 uint16_t handle) { in FindCharacteristicByValueHandle() 260 [this](uint16_t conn_id, uint16_t handle, GATT_READ_OP_CB cb, void* cb_data) { in set_sample_database() 299 GATT_WRITE_OP_CB cb, void* cb_data) { in set_sample_database() 655 Invoke([&](uint16_t conn_id, uint16_t handle) -> const gatt::Characteristic* { in SetUp() 670 .WillByDefault(Invoke([&](uint16_t conn_id, uint16_t handle) -> const gatt::Service* { in SetUp() 703 void* cb_data) -> void { in SetUp() 836 void InjectNotificationEvent(const RawAddress& test_address, uint16_t conn_id, uint16_t handle, in InjectNotificationEvent() 869 void InjectNotifyReadPresetResponse(uint16_t conn_id, RawAddress const& address, uint16_t handle, in InjectNotifyReadPresetResponse() 909 void InjectNotifyReadPresetsResponse(uint16_t conn_id, RawAddress const& address, uint16_t handle, in InjectNotifyReadPresetsResponse() 948 void InjectActivePresetNotification(uint16_t conn_id, RawAddress const& address, uint16_t handle, in InjectActivePresetNotification() [all …]
|
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | nan.cpp | 542 NanHandle(wifi_handle handle, NanCallbackHandler handlers):mHandlers(handlers) in NanHandle() 4283 wifi_handle handle = getWifiHandle(iface); in nan_enable_request() local 4322 wifi_handle handle = getWifiHandle(iface); in nan_disable_request() local 4355 wifi_handle handle = getWifiHandle(iface); in nan_publish_request() local 4400 wifi_handle handle = getWifiHandle(iface); in nan_subscribe_request() local 4468 wifi_handle handle = getWifiHandle(iface); in nan_stats_request() local 4493 wifi_handle handle = getWifiHandle(iface); in nan_config_request() local 4521 wifi_handle handle = getWifiHandle(iface); in nan_tca_request() local 4552 wifi_handle handle = getWifiHandle(iface); in nan_get_capabilities() local 4567 wifi_handle handle) in nan_check_dhd_hal_version() [all …]
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowUserManager.java | 344 UserHandle handle = new UserHandle(profileUserHandle); in addProfile() local 364 protected boolean isUserUnlocked(UserHandle handle) { in isUserUnlocked() 867 protected boolean isUserRunning(UserHandle handle) { in isUserRunning() 884 protected boolean isUserRunningOrStopping(UserHandle handle) { in isUserRunningOrStopping() 902 protected boolean isUserUnlockingOrUnlocked(UserHandle handle) { in isUserUnlockingOrUnlocked() 932 public void setUserState(UserHandle handle, UserState state) { in setUserState()
|
/aosp_15_r20/external/libpcap/msdos/ |
H A D | pktdrvr.c | 435 PUBLIC BOOL PktReleaseHandle (WORD handle) in PktReleaseHandle() 524 PUBLIC BOOL PktTerminHandle (WORD handle) in PktTerminHandle() 533 PUBLIC BOOL PktResetInterface (WORD handle) in PktResetInterface() 577 PUBLIC BOOL PktGetStatistics (WORD handle) in PktGetStatistics() 603 PUBLIC BOOL PktSessStatistics (WORD handle) in PktSessStatistics() 624 PUBLIC BOOL PktResetStatistics (WORD handle) in PktResetStatistics()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/ |
D | mod.rs | 107 handle: Arc<Handle>, field 144 let handle = Arc::new(Handle { in new() localVariable 185 let handle = handle.as_current_thread(); in block_on() localVariable 236 let handle = handle.as_current_thread(); in shutdown() localVariable 725 let handle = &context.handle; in block_on() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 329 def read_characteristic(self, address, handle, auth_re): argument 332 def read_descriptor(self, address, handle, auth_req): argument 356 def write_descriptor(self, address, handle, auth_req, value): argument 359 def write_characteristic(self, address, handle, write_type, auth_req, value): argument 410 def register_for_notification(self, address, handle, enable): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
H A D | metal_arguments.cc | 684 id<MTLBuffer> handle, uint64_t offset) { in SetBuffer() 696 id<MTLTexture> handle) { in SetImage2D() 707 id<MTLTexture> handle) { in SetImage2DArray() 718 id<MTLTexture> handle) { in SetImage3D() 729 id<MTLTexture> handle) { in SetImageBuffer()
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | intrusive_heap.h | 519 size_type ToIndex(HeapHandle handle) { return handle.index(); } in ToIndex() 631 HeapHandle* handle() const { return handle_.get(); } in handle() function 635 void SetHeapHandle(HeapHandle handle) { in SetHeapHandle() 718 bool IsInvalid(const HandleType& handle) { in IsInvalid() 722 BASE_EXPORT inline void CheckInvalidOrEqualTo(HeapHandle handle, size_t index) { in CheckInvalidOrEqualTo()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_socketserver.py | 113 def handle(self): member in SocketServerTest.make_server.MyHandler 371 def handle(self): member in BadHandler 399 def handle(self): member in SocketWriterTest.test_basics.Handler 420 def handle(self): member in SocketWriterTest.test_write.Handler
|
/aosp_15_r20/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerHw2Compat.java | 219 AtomicInteger handle = new AtomicInteger(0); in loadSoundModel() local 255 AtomicInteger handle = new AtomicInteger(0); in loadPhraseSoundModel() local 455 AtomicInteger handle = new AtomicInteger(0); in loadSoundModel_2_0() local 474 AtomicInteger handle = new AtomicInteger(0); in loadPhraseSoundModel_2_0() local
|
/aosp_15_r20/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
H A D | BaseAppVerifierImpl.java | 430 public void setUserDefaultPhoneAccountOverride(PhoneAccountHandle handle) throws Exception { in setUserDefaultPhoneAccountOverride() 444 PhoneAccountHandle handle) throws RemoteException { in unregisterPhoneAccountWithHandle() 454 public void verifyCallPhoneAccount(String id, PhoneAccountHandle handle) { in verifyCallPhoneAccount() 474 public boolean isPhoneAccountRegistered(PhoneAccountHandle handle) { in isPhoneAccountRegistered()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkResourceProvider.cpp | 343 GrVkDescriptorSetManager::Handle* handle) { in getZeroSamplerDescriptorSetHandle() 360 GrVkDescriptorSetManager::Handle* handle) { in getSamplerDescriptorSetHandle() 405 const GrVkDescriptorSetManager::Handle& handle) { in getSamplerDescriptorSet() 411 const GrVkDescriptorSetManager::Handle& handle) { in recycleDescriptorSet()
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/voip/ |
D | VoipCallMonitor.java | 204 PhoneAccountHandle handle = call.getTargetPhoneAccount(); in startFGSDelegation() local 242 PhoneAccountHandle handle = call.getTargetPhoneAccount(); in stopFGSDelegation() local 371 public Set<Call> getCallsForHandle(PhoneAccountHandle handle){ in getCallsForHandle()
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | keyset_handle_builder_entry_test.cc | 243 util::StatusOr<KeysetHandle> handle = in TEST_F() local 260 util::StatusOr<KeysetHandle> handle = in TEST_F() local 279 util::StatusOr<KeysetHandle> handle = in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | stack_avctp_test.cc | 87 uint8_t handle; in TEST_F() local 106 uint8_t handle; in TEST_F() local 161 uint8_t handle; in TEST_F() local
|
/aosp_15_r20/external/libdrm/freedreno/kgsl/ |
H A D | kgsl_bo.c | 31 static int set_memtype(struct fd_device *dev, uint32_t handle, uint32_t flags) in set_memtype() 135 uint32_t size, uint32_t flags, uint32_t *handle) in kgsl_bo_new_handle() 159 uint32_t size, uint32_t handle) in kgsl_bo_from_handle()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | table.cc | 97 Cache::Handle* handle = reinterpret_cast<Cache::Handle*>(h); in ReleaseBlock() local 109 BlockHandle handle; in BlockReader() local 187 BlockHandle handle; in ApproximateOffsetOf() local
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/native/ |
H A D | session_jni.cc | 25 TF_Session* requireHandle(JNIEnv* env, jlong handle) { in requireHandle() 121 jlong handle) { in Java_org_tensorflow_Session_delete() 133 JNIEnv* env, jclass clazz, jlong handle, jbyteArray jrun_options, in Java_org_tensorflow_Session_run()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | dataset_utils.h | 43 const string& container_name, ResourceHandle* handle) { in CreateWeakHandle() 58 Status CreateHandle(OpKernelContext* ctx, T* resource, ResourceHandle* handle) { in CreateHandle() 93 ResourceHandle handle; in Compute() local
|
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/common/ |
H A D | imx_sip_handler.c | 39 void *handle, in imx_srtc_handler() 113 void *handle, in imx_otp_handler() 154 void *handle) in imx_src_handler()
|