/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | extent.c | 128 static void dump_path(const char *tag, struct ext2_extent_handle *handle, in dump_path() 160 #define dump_path(tag, handle, path) do { } while (0) argument 195 void ext2fs_extent_free(ext2_extent_handle_t handle) in ext2fs_extent_free() 222 struct ext2_extent_handle *handle; in ext2fs_extent_open2() local 307 errcode_t ext2fs_extent_get(ext2_extent_handle_t handle, in ext2fs_extent_get() 589 static errcode_t update_path(ext2_extent_handle_t handle) in update_path() 666 errcode_t ext2fs_extent_goto2(ext2_extent_handle_t handle, in ext2fs_extent_goto2() 753 errcode_t ext2fs_extent_goto(ext2_extent_handle_t handle, in ext2fs_extent_goto() 775 errcode_t ext2fs_extent_fix_parents(ext2_extent_handle_t handle) in ext2fs_extent_fix_parents() 830 errcode_t ext2fs_extent_replace(ext2_extent_handle_t handle, in ext2fs_extent_replace() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/usb/ |
D | stm32mp1_usb.c | 223 static enum usb_status usb_dwc2_flush_tx_fifo(void *handle, uint32_t num) in usb_dwc2_flush_tx_fifo() 246 static enum usb_status usb_dwc2_flush_rx_fifo(void *handle) in usb_dwc2_flush_rx_fifo() 268 static uint32_t usb_dwc2_read_int(void *handle) in usb_dwc2_read_int() 281 static uint32_t usb_dwc2_all_out_ep_int(void *handle) in usb_dwc2_all_out_ep_int() 295 static uint32_t usb_dwc2_all_in_ep_int(void *handle) in usb_dwc2_all_in_ep_int() 311 static uint32_t usb_dwc2_out_ep_int(void *handle, uint8_t epnum) in usb_dwc2_out_ep_int() 327 static uint32_t usb_dwc2_in_ep_int(void *handle, uint8_t epnum) in usb_dwc2_in_ep_int() 347 static uint32_t usb_dwc2_get_mode(void *handle) in usb_dwc2_get_mode() 359 static enum usb_status usb_dwc2_activate_setup(void *handle) in usb_dwc2_activate_setup() 382 static enum usb_status usb_dwc2_ep0_out_start(void *handle) in usb_dwc2_ep0_out_start() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/st/usb/ |
H A D | stm32mp1_usb.c | 222 static enum usb_status usb_dwc2_flush_tx_fifo(void *handle, uint32_t num) in usb_dwc2_flush_tx_fifo() 245 static enum usb_status usb_dwc2_flush_rx_fifo(void *handle) in usb_dwc2_flush_rx_fifo() 267 static uint32_t usb_dwc2_read_int(void *handle) in usb_dwc2_read_int() 280 static uint32_t usb_dwc2_all_out_ep_int(void *handle) in usb_dwc2_all_out_ep_int() 294 static uint32_t usb_dwc2_all_in_ep_int(void *handle) in usb_dwc2_all_in_ep_int() 310 static uint32_t usb_dwc2_out_ep_int(void *handle, uint8_t epnum) in usb_dwc2_out_ep_int() 326 static uint32_t usb_dwc2_in_ep_int(void *handle, uint8_t epnum) in usb_dwc2_in_ep_int() 346 static uint32_t usb_dwc2_get_mode(void *handle) in usb_dwc2_get_mode() 358 static enum usb_status usb_dwc2_activate_setup(void *handle) in usb_dwc2_activate_setup() 381 static enum usb_status usb_dwc2_ep0_out_start(void *handle) in usb_dwc2_ep0_out_start() [all …]
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/ |
H A D | JwtHmacKeyManagerTest.java | 280 KeysetHandle handle = KeysetHandle.generateNew(KeyTemplates.get("JWT_HS256")); in createKeysetHandle_works() local 296 KeysetHandle handle = KeysetHandle.generateNew(KeyTemplates.get(templateNames)); in createSignVerify_success() local 309 KeysetHandle handle = KeysetHandle.generateNew(template); in createSignVerifyDifferentKey_throw() local 325 KeysetHandle handle = KeysetHandle.generateNew(KeyTemplates.get(templateNames)); in createSignVerify_modifiedHeader_throw() local 348 KeysetHandle handle = KeysetHandle.generateNew(KeyTemplates.get(templateNames)); in createSignVerify_modifiedPayload_throw() local 371 KeysetHandle handle = KeysetHandle.generateNew(KeyTemplates.get(templateNames)); in verify_modifiedSignature_shouldThrow() local 394 KeysetHandle handle = KeysetHandle.generateNew(template); in computeVerify_canGetData() local 430 KeysetHandle handle = KeysetHandle.generateNew(template); in verify_expired_shouldThrow() local 451 KeysetHandle handle = KeysetHandle.generateNew(template); in verify_notExpired_success() local 469 KeysetHandle handle = KeysetHandle.generateNew(template); in verify_notExpired_clockSkew_success() local [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | ResourceManager.h | 72 ANGLE_INLINE bool isHandleGenerated(IDType handle) const in isHandleGenerated() 86 IDType handle, in checkObjectAllocation() 110 IDType handle, in checkObjectAllocationImpl() 131 ANGLE_INLINE Buffer *checkBufferAllocation(rx::GLImplFactory *factory, BufferID handle) in checkBufferAllocation() 158 ANGLE_INLINE Program *getProgram(ShaderProgramID handle) const in getProgram() 189 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture() 198 TextureID handle, in checkTextureAllocation() 222 Renderbuffer *checkRenderbufferAllocation(rx::GLImplFactory *factory, RenderbufferID handle) in checkRenderbufferAllocation() 241 Sampler *checkSamplerAllocation(rx::GLImplFactory *factory, SamplerID handle) in checkSamplerAllocation() 278 FramebufferID handle) in checkFramebufferAllocation() [all …]
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | user_record.c | 33 int semanage_user_key_create(semanage_handle_t * handle, in semanage_user_key_create() 41 int semanage_user_key_extract(semanage_handle_t * handle, in semanage_user_key_extract() 96 int semanage_user_set_name(semanage_handle_t * handle, in semanage_user_set_name() 131 int semanage_user_set_prefix(semanage_handle_t * handle, in semanage_user_set_prefix() 146 int semanage_user_set_mlslevel(semanage_handle_t * handle, in semanage_user_set_mlslevel() 161 int semanage_user_set_mlsrange(semanage_handle_t * handle, in semanage_user_set_mlsrange() 176 int semanage_user_add_role(semanage_handle_t * handle, in semanage_user_add_role() 196 int semanage_user_get_roles(semanage_handle_t * handle, in semanage_user_get_roles() 206 int semanage_user_set_roles(semanage_handle_t * handle, in semanage_user_set_roles() 216 int semanage_user_create(semanage_handle_t * handle, in semanage_user_create() [all …]
|
H A D | seusers_local.c | 21 static char *semanage_user_roles(semanage_handle_t * handle, const char *sename) { in semanage_user_roles() 59 static int semanage_seuser_audit(semanage_handle_t * handle, in semanage_seuser_audit() 124 int semanage_seuser_modify_local(semanage_handle_t * handle, in semanage_seuser_modify_local() 176 int semanage_seuser_del_local(semanage_handle_t * handle, in semanage_seuser_del_local() 191 int semanage_seuser_query_local(semanage_handle_t * handle, in semanage_seuser_query_local() 200 int semanage_seuser_exists_local(semanage_handle_t * handle, in semanage_seuser_exists_local() 209 int semanage_seuser_count_local(semanage_handle_t * handle, in semanage_seuser_count_local() 217 int semanage_seuser_iterate_local(semanage_handle_t * handle, in semanage_seuser_iterate_local() 228 int semanage_seuser_list_local(semanage_handle_t * handle, in semanage_seuser_list_local() 238 semanage_handle_t *handle; member [all …]
|
H A D | fcontexts_local.c | 17 int semanage_fcontext_modify_local(semanage_handle_t * handle, in semanage_fcontext_modify_local() 26 int semanage_fcontext_del_local(semanage_handle_t * handle, in semanage_fcontext_del_local() 34 int semanage_fcontext_query_local(semanage_handle_t * handle, in semanage_fcontext_query_local() 43 int semanage_fcontext_exists_local(semanage_handle_t * handle, in semanage_fcontext_exists_local() 52 int semanage_fcontext_count_local(semanage_handle_t * handle, in semanage_fcontext_count_local() 60 int semanage_fcontext_iterate_local(semanage_handle_t * handle, in semanage_fcontext_iterate_local() 71 int semanage_fcontext_list_local(semanage_handle_t * handle, in semanage_fcontext_list_local() 81 semanage_handle_t *handle; member 92 semanage_handle_t *handle = arg->handle; in validate_handler() local 119 int semanage_fcontext_validate_local(semanage_handle_t * handle, in semanage_fcontext_validate_local()
|
/aosp_15_r20/hardware/google/graphics/common/libgscaler/ |
D | libgscaler_obj.cpp | 237 bool CGscaler::m_gsc_find_and_create(void *handle) in m_gsc_find_and_create() 287 bool CGscaler::m_gsc_m2m_destroy(void *handle) in m_gsc_m2m_destroy() 318 int CGscaler::m_gsc_m2m_stop(void *handle) in m_gsc_m2m_stop() 398 int CGscaler::m_gsc_m2m_run_core(void *handle) in m_gsc_m2m_run_core() 634 int CGscaler::m_gsc_m2m_wait_frame_done(void *handle) in m_gsc_m2m_wait_frame_done() 911 int CGscaler::m_gsc_m2m_config(void *handle, in m_gsc_m2m_config() 967 int CGscaler::m_gsc_out_config(void *handle, in m_gsc_out_config() 1217 int CGscaler::m_gsc_cap_config(void *handle, in m_gsc_cap_config() 1426 int CGscaler::m_gsc_m2m_run(void *handle, in m_gsc_m2m_run() 1485 int CGscaler::m_gsc_out_run(void *handle, exynos_mpp_img *src_img) in m_gsc_out_run() [all …]
|
/aosp_15_r20/system/libziparchive/ |
H A D | zip_writer_test.cc | 59 ZipArchiveHandle handle; in TEST_F() local 84 ZipArchiveHandle handle; in TEST_F() local 110 ZipArchiveHandle handle; in TEST_F() local 142 ZipArchiveHandle handle; in TEST_F() local 177 ZipArchiveHandle handle; in TEST_F() local 210 ZipArchiveHandle handle; in TEST_F() local 238 ZipArchiveHandle handle; in TEST_F() local 260 ZipArchiveHandle handle; in TEST_F() local 288 ZipArchiveHandle handle; in TEST_F() local 321 ZipArchiveHandle handle; in TEST_F() local [all …]
|
/aosp_15_r20/trusty/user/base/lib/libc-trusty/ |
D | ipc.c | 32 handle_t accept(handle_t handle, struct uuid* peer_uuid) { in accept() 36 int close(handle_t handle) { in close() 40 int set_cookie(handle_t handle, void* cookie) { in set_cookie() 48 int handle_set_ctrl(handle_t handle, uint32_t cmd, struct uevent* evt) { in handle_set_ctrl() 52 int wait(handle_t handle, struct uevent* event, uint32_t timeout_msecs) { in wait() 60 int get_msg(handle_t handle, struct ipc_msg_info* msg_info) { in get_msg() 64 ssize_t read_msg(handle_t handle, in read_msg() 71 int put_msg(handle_t handle, uint32_t msg_id) { in put_msg() 75 ssize_t send_msg(handle_t handle, struct ipc_msg* msg) { in send_msg() 79 handle_t dup(handle_t handle) { in dup()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 173 private static native void nativeClose(long handle); in nativeClose() 175 private static native long nativeSumNativeBinaries(long handle, String cpuAbi, in nativeSumNativeBinaries() 178 private native static int nativeCopyNativeBinaries(long handle, String sharedLibraryPath, in nativeCopyNativeBinaries() 182 long handle, in nativeCheckAlignment() 188 private static long sumNativeBinaries(Handle handle, String abi) { in sumNativeBinaries() 204 public static int copyNativeBinaries(Handle handle, File sharedLibraryDir, String abi) { in copyNativeBinaries() 222 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() 247 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis, in nativeFindSupportedAbi() 318 private static long sumNativeBinariesForSupportedAbi(Handle handle, String[] abiList) { in sumNativeBinariesForSupportedAbi() 327 public static int copyNativeBinariesForSupportedAbi(Handle handle, File libraryRoot, in copyNativeBinariesForSupportedAbi() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/hci/src/ |
D | packet_fragmenter.cc | 50 #define HCI_ISO_SET_CONTINUATION_FLAG(handle) (((handle) & 0x4FFF) | (0x0001 << 12)) argument 51 #define HCI_ISO_SET_COMPLETE_FLAG(handle) (((handle) & 0x4FFF) | (0x0002 << 12)) argument 52 #define HCI_ISO_SET_END_FRAG_FLAG(handle) (((handle) & 0x4FFF) | (0x0003 << 12)) argument 53 #define HCI_ISO_SET_TIMESTAMP_FLAG(handle) (((handle) & 0x3FFF) | (0x0001 << 14)) argument 55 #define HCI_ISO_GET_TS_FLAG(handle) (((handle) >> 14) & 0x0001) argument 59 #define APPLY_CONTINUATION_FLAG(handle) (((handle) & 0xCFFF) | 0x1000) argument 60 #define APPLY_START_FLAG(handle) (((handle) & 0xCFFF) | 0x2000) argument 62 #define GET_BOUNDARY_FLAG(handle) (((handle) >> 12) & 0x0003) argument 63 #define GET_BROADCAST_FLAG(handle) (((handle) >> 14) & 0x0003) argument 99 uint16_t handle; in fragment_and_dispatch() local [all …]
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | client_socket_pool_base_unittest.cc | 102 void TestLoadTimingInfoConnectedReused(const ClientSocketHandle& handle) { in TestLoadTimingInfoConnectedReused() 119 void TestLoadTimingInfoConnectedNotReused(const ClientSocketHandle& handle) { in TestLoadTimingInfoConnectedNotReused() 137 void TestLoadTimingInfoNotConnected(const ClientSocketHandle& handle) { in TestLoadTimingInfoNotConnected() 740 ClientSocketHandle handle; in TEST_F() local 782 ClientSocketHandle handle; in TEST_F() local 906 ClientSocketHandle handle; in TEST_F() local 1284 for (auto& handle : handles) { in TEST_F() local 1296 for (auto& handle : handles) { in TEST_F() local 1454 ClientSocketHandle handle; in TEST_F() local 1471 ClientSocketHandle handle; in TEST_F() local [all …]
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | updater_archive.c | 44 void *handle; member 70 static int archive_fallback_close(void *handle) in archive_fallback_close() 78 void *handle, void *arg, in archive_fallback_walk() 112 static const char *archive_fallback_get_path(void *handle, const char *fname, in archive_fallback_get_path() 123 static int archive_fallback_has_entry(void *handle, const char *fname) in archive_fallback_has_entry() 136 static int archive_fallback_read_file(void *handle, const char *fname, in archive_fallback_read_file() 160 static int archive_fallback_write_file(void *handle, const char *fname, in archive_fallback_write_file() 361 static int archive_libarchive_close(void *handle) in archive_libarchive_close() 368 static int archive_libarchive_has_entry(void *handle, const char *fname) in archive_libarchive_has_entry() 375 void *handle, void *arg, in archive_libarchive_walk() [all …]
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | metadata_iterators.c | 933 FLAC__IOHandle handle; member 1222 static FLAC__bool chain_read_cb_(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCallba… in chain_read_cb_() 1363 static FLAC__bool chain_read_ogg_cb_(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCa… in chain_read_ogg_cb_() 1408 … chain_rewrite_metadata_in_place_cb_(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOC… in chain_rewrite_metadata_in_place_cb_() 1519 static FLAC__bool chain_rewrite_file_cb_(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__… in chain_rewrite_file_cb_() 1634 static FLAC__bool chain_read_with_callbacks_(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FL… in chain_read_with_callbacks_() 1664 …__metadata_chain_read_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOC… in FLAC__metadata_chain_read_with_callbacks() 1670 …tadata_chain_read_ogg_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOC… in FLAC__metadata_chain_read_ogg_with_callbacks() 1819 …th_callbacks(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOHandle handle, FLAC__IOC… in FLAC__metadata_chain_write_with_callbacks() 1856 …and_tempfile(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOHandle handle, FLAC__IOC… in FLAC__metadata_chain_write_with_callbacks_and_tempfile() [all …]
|
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_private_interface.cpp | 35 …ic int32_t mali_gralloc_private_get_buff_int_fmt(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_int_fmt() 51 static int32_t mali_gralloc_private_get_buff_fd(gralloc1_device_t *device, buffer_handle_t handle, … in mali_gralloc_private_get_buff_fd() 66 …c int32_t mali_gralloc_private_get_buff_int_dims(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_int_dims() 83 … mali_gralloc_private_get_buff_offset(gralloc1_device_t *device, buffer_handle_t handle, int64_t *… in mali_gralloc_private_get_buff_offset() 98 …int32_t mali_gralloc_private_get_buff_bytestride(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_bytestride() 114 …ic int32_t mali_gralloc_private_get_buff_yuvinfo(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_yuvinfo() 130 static int32_t mali_gralloc_private_get_buff_size(gralloc1_device_t *device, buffer_handle_t handle… in mali_gralloc_private_get_buff_size() 145 …t mali_gralloc_private_get_buff_flags(gralloc1_device_t *device, buffer_handle_t handle, int *flag… in mali_gralloc_private_get_buff_flags() 160 …32_t mali_gralloc_private_get_buff_min_page_size(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_min_page_size() 176 …t mali_gralloc_private_get_attr_param(gralloc1_device_t *device, buffer_handle_t handle, buf_attr … in mali_gralloc_private_get_attr_param() [all …]
|
/aosp_15_r20/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_private_interface.cpp | 35 …ic int32_t mali_gralloc_private_get_buff_int_fmt(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_int_fmt() 51 static int32_t mali_gralloc_private_get_buff_fd(gralloc1_device_t *device, buffer_handle_t handle, … in mali_gralloc_private_get_buff_fd() 66 …c int32_t mali_gralloc_private_get_buff_int_dims(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_int_dims() 83 … mali_gralloc_private_get_buff_offset(gralloc1_device_t *device, buffer_handle_t handle, int64_t *… in mali_gralloc_private_get_buff_offset() 98 …int32_t mali_gralloc_private_get_buff_bytestride(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_bytestride() 114 …ic int32_t mali_gralloc_private_get_buff_yuvinfo(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_yuvinfo() 130 static int32_t mali_gralloc_private_get_buff_size(gralloc1_device_t *device, buffer_handle_t handle… in mali_gralloc_private_get_buff_size() 145 …t mali_gralloc_private_get_buff_flags(gralloc1_device_t *device, buffer_handle_t handle, int *flag… in mali_gralloc_private_get_buff_flags() 160 …32_t mali_gralloc_private_get_buff_min_page_size(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_min_page_size() 176 …t mali_gralloc_private_get_attr_param(gralloc1_device_t *device, buffer_handle_t handle, buf_attr … in mali_gralloc_private_get_attr_param() [all …]
|
/aosp_15_r20/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
D | vendor_graphicbuffer_meta.cpp | 54 int mali_gralloc_reference_validate(buffer_handle_t handle) { in mali_gralloc_reference_validate() 58 const private_handle_t * convertNativeHandleToPrivateHandle(buffer_handle_t handle) { in convertNativeHandleToPrivateHandle() 85 native_handle_t* handle = const_cast<native_handle_t*>(hnd); in get_dataspace() local 112 native_handle_t* handle = const_cast<native_handle_t*>(hnd); in set_dataspace() local 244 native_handle_t* handle = const_cast<native_handle_t*>(hnd); in get_video_metadata() local 261 native_handle_t* handle = const_cast<native_handle_t*>(hnd); in get_video_metadata_roiinfo() local 277 native_handle_t* handle = const_cast<native_handle_t*>(hnd); in get_format_fourcc() local 303 native_handle_t* handle = const_cast<native_handle_t*>(hnd); in get_format_modifier() local 328 void VendorGraphicBufferMeta::init(const buffer_handle_t handle) in init() 377 native_handle_t* handle = const_cast<native_handle_t*>(hnd); in import_buffer() local [all …]
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | hierarchy.c | 42 static int bounds_insert_helper(sepol_handle_t *handle, avtab_t *avtab, in bounds_insert_helper() 56 static int bounds_insert_rule(sepol_handle_t *handle, avtab_t *avtab, in bounds_insert_rule() 97 static int bounds_expand_rule(sepol_handle_t *handle, policydb_t *p, in bounds_expand_rule() 126 static int bounds_expand_cond_rules(sepol_handle_t *handle, policydb_t *p, in bounds_expand_cond_rules() 146 sepol_handle_t *handle; member 185 static int bounds_expand_parent_rules(sepol_handle_t *handle, policydb_t *p, in bounds_expand_parent_rules() 262 static int bounds_add_bad(sepol_handle_t *handle, uint32_t src, uint32_t tgt, in bounds_add_bad() 281 static int bounds_check_rule(sepol_handle_t *handle, policydb_t *p, in bounds_check_rule() 322 static int bounds_check_cond_rules(sepol_handle_t *handle, policydb_t *p, in bounds_check_cond_rules() 349 sepol_handle_t *handle; member [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
H A D | Object.c | 122 TPMI_DH_OBJECT handle // IN: handle to be checked in IsObjectPresent() 160 TPMI_DH_OBJECT handle // IN: handle of the object in HandleToObject() 188 TPMI_DH_OBJECT handle, // IN: handle of the object in GetQualifiedName() 247 TPMI_DH_OBJECT handle // IN :object handle in GetHierarchy() 264 TPMI_DH_OBJECT *handle // OUT: (optional) in FindEmptyObjectSlot() 289 TPMI_DH_OBJECT *handle // OUT: handle of allocated object in ObjectAllocateSlot() 648 TPMI_DH_OBJECT *handle // OUT: object handle in ObjectContextLoad() 680 TPMI_DH_OBJECT handle // IN: handle to be freed in FlushObject() 741 TPM_HANDLE *handle, // IN:OUT: evict object handle. If success, it in ObjectLoadEvict() 886 TPMI_DH_OBJECT handle // IN: object handle in ObjectIsStorage() [all …]
|
/aosp_15_r20/hardware/interfaces/common/support/ |
H A D | test.cpp | 54 NativeHandle handle = { in makeTestAidlHandle() local 64 NativeHandle handle; in TEST() local 73 NativeHandle handle = makeTestAidlHandle(); in TEST() local 82 NativeHandle handle; in TEST() local 90 NativeHandle handle = makeTestAidlHandle(); in TEST() local 98 native_handle_t* handle = native_handle_create(2, 4); in makeTestLibcutilsHandle() local 109 native_handle_t* handle = native_handle_create(0, 0); in TEST() local 118 native_handle_t* handle = makeTestLibcutilsHandle(); in TEST() local 127 native_handle_t* handle = native_handle_create(0, 0); in TEST() local 136 native_handle_t* handle = makeTestLibcutilsHandle(); in TEST() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_api.cc | 116 static void avrc_ctrl_cback(uint8_t handle, uint8_t event, uint16_t result, in avrc_ctrl_cback() 146 void avrc_flush_cmd_q(uint8_t handle) { in avrc_flush_cmd_q() 192 void avrc_send_next_vendor_cmd(uint8_t handle) { in avrc_send_next_vendor_cmd() 227 static void avrc_start_cmd_timer(uint8_t handle, uint8_t label, uint8_t msg_mask) { in avrc_start_cmd_timer() 288 static void avrc_prep_end_frag(uint8_t handle) { in avrc_prep_end_frag() 329 static uint16_t avrc_send_continue_frag(uint8_t handle, uint8_t label) { in avrc_send_continue_frag() 376 static BT_HDR* avrc_proc_vendor_command(uint8_t handle, uint8_t label, BT_HDR* p_pkt, in avrc_proc_vendor_command() 471 static uint8_t avrc_proc_far_msg(uint8_t handle, uint8_t label, uint8_t cr, BT_HDR** pp_pkt, in avrc_proc_far_msg() 638 static void avrc_msg_cback(uint8_t handle, uint8_t label, uint8_t cr, BT_HDR* p_pkt) { in avrc_msg_cback() 1115 uint16_t AVRC_Close(uint8_t handle) { in AVRC_Close() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | data_flow_ops.cc | 162 ShapeHandle handle; in TwoElementVectorInputsAndScalarOutputs() local 655 ShapeHandle handle; in __anon1926cf7a1602() local 677 ShapeHandle handle; in __anon1926cf7a1702() local 720 ShapeHandle handle; in __anon1926cf7a1802() local 747 ShapeHandle handle; in __anon1926cf7a1902() local 837 ShapeHandle handle; in __anon1926cf7a1c02() local 856 ShapeHandle handle; in __anon1926cf7a1d02() local 871 ShapeHandle handle; in __anon1926cf7a1e02() local 881 ShapeHandle handle; in __anon1926cf7a1f02() local 934 ShapeHandle handle; in __anon1926cf7a2102() local [all …]
|
/aosp_15_r20/frameworks/base/media/java/android/mtp/ |
H A D | MtpDatabase.java | 434 private void endSendObject(int handle, boolean succeeded) { in endSendObject() 447 private void rescanFile(String path, int handle, int format) { in rescanFile() 477 private MtpPropertyList getObjectPropertyList(int handle, int format, int property, in getObjectPropertyList() 565 private int renameFile(int handle, String newName) { in renameFile() 597 private int beginMoveObject(int handle, int newParent, int newStorage) { in beginMoveObject() 634 private int beginCopyObject(int handle, int newParent, int newStorage) { in beginCopyObject() 644 private void endCopyObject(int handle, boolean success) { in endCopyObject() 669 private int setObjectProperty(int handle, int property, in setObjectProperty() 755 private boolean getObjectInfo(int handle, int[] outStorageFormatParent, in getObjectInfo() 775 private int getObjectFilePath(int handle, char[] outFilePath, long[] outFileLengthFormat) { in getObjectFilePath() [all …]
|