Home
last modified time | relevance | path

Searched defs:handle (Results 551 – 575 of 9246) sorted by relevance

1...<<21222324252627282930>>...370

/aosp_15_r20/external/selinux/libsepol/src/
H A Dcontext.c87 int context_to_string(sepol_handle_t * handle, in context_to_string()
143 int context_from_record(sepol_handle_t * handle, in context_from_record()
242 int context_to_record(sepol_handle_t * handle, in context_to_record()
291 int context_from_string(sepol_handle_t * handle, in context_from_string()
333 int sepol_context_check(sepol_handle_t * handle, in sepol_context_check()
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dboolean_record.c29 int semanage_bool_key_create(semanage_handle_t * handle, in semanage_bool_key_create()
36 int semanage_bool_key_extract(semanage_handle_t * handle, in semanage_bool_key_extract()
82 int semanage_bool_set_name(semanage_handle_t * handle, in semanage_bool_set_name()
157 int semanage_bool_create(semanage_handle_t * handle, in semanage_bool_create()
165 int semanage_bool_clone(semanage_handle_t * handle, in semanage_bool_clone()
/aosp_15_r20/system/libziparchive/
H A Dzip_archive_benchmark.cpp59 ZipArchiveHandle handle; in OpenClose() local
70 ZipArchiveHandle handle; in FindEntry_no_match() local
88 ZipArchiveHandle handle; in Iterate_all_files() local
129 ZipArchiveHandle handle; in ExtractEntry() local
154 ZipArchiveHandle handle; in ExtractStored() local
H A Dzip_archive_stream_entry.cc50 explicit ZipArchiveStreamEntryUncompressed(ZipArchiveHandle handle) in ZipArchiveStreamEntryUncompressed()
124 explicit ZipArchiveStreamEntryCompressed(ZipArchiveHandle handle) in ZipArchiveStreamEntryCompressed()
273 explicit ZipArchiveStreamEntryRawCompressed(ZipArchiveHandle handle) in ZipArchiveStreamEntryRawCompressed()
296 ZipArchiveStreamEntry* ZipArchiveStreamEntry::Create(ZipArchiveHandle handle, in Create()
312 ZipArchiveStreamEntry* ZipArchiveStreamEntry::CreateRaw(ZipArchiveHandle handle, in CreateRaw()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dmetal_arguments.h142 id<MTLBuffer> handle; member
147 id<MTLTexture> handle; member
151 id<MTLTexture> handle; member
155 id<MTLTexture> handle; member
159 id<MTLTexture> handle; member
/aosp_15_r20/external/capstone/arch/ARM/
H A DARMMapping.c245 const char *ARM_reg_name(csh handle, unsigned int reg) in ARM_reg_name()
257 const char *ARM_reg_name2(csh handle, unsigned int reg) in ARM_reg_name2()
290 cs_struct handle; in ARM_get_insn_id() local
755 const char *ARM_insn_name(csh handle, unsigned int id) in ARM_insn_name()
813 const char *ARM_group_name(csh handle, unsigned int id) in ARM_group_name()
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgen3_render_linear_blits.c66 uint32_t handle, in fill_reloc()
87 uint32_t handle; in copy() local
290 uint32_t handle; in create_bo() local
304 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo()
337 uint32_t *handle, *start_val; variable
H A Dgen3_render_tiledx_blits.c65 uint32_t handle, in fill_reloc()
86 uint32_t handle; in copy() local
290 uint32_t handle; in create_bo() local
309 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo()
345 uint32_t *handle, *start_val; variable
/aosp_15_r20/external/tink/cc/
H A Dproto_keyset_format_test.cc78 util::StatusOr<KeysetHandle> handle = in TEST_F() local
107 util::StatusOr<KeysetHandle> handle = in TEST_F() local
150 util::StatusOr<KeysetHandle> handle = in TEST_F() local
168 util::StatusOr<KeysetHandle> handle = in TEST_F() local
212 util::StatusOr<KeysetHandle> handle = in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java338 private void permissionCheck(int connId, int handle) { in permissionCheck()
345 private boolean isHandleRestricted(int connId, int handle) { in isHandleRestricted()
626 int handle, in readCharacteristic()
663 int handle, in writeCharacteristic()
680 int handle, in readDescriptor()
694 int handle, in writeDescriptor()
733 int handle, in registerForNotification()
927 public void removeService(int serverIf, int handle, AttributionSource attributionSource) { in removeService()
965 int handle, in sendNotification()
1686 void onRegisterForNotifications(int connId, int status, int registered, int handle) { in onRegisterForNotifications()
[all …]
/aosp_15_r20/external/libdrm/
H A Dxf86drm.c1611 drmMapFlags flags, drm_handle_t *handle) in drmAddMap()
1627 drm_public int drmRmMap(int fd, drm_handle_t handle) in drmRmMap()
1774 drm_public int drmMap(int fd, drm_handle_t handle, drmSize size, in drmMap()
2081 drm_public int drmCreateContext(int fd, drm_context_t *handle) in drmCreateContext()
2159 drm_public int drmDestroyContext(int fd, drm_context_t handle) in drmDestroyContext()
2170 drm_public int drmCreateDrawable(int fd, drm_drawable_t *handle) in drmCreateDrawable()
2181 drm_public int drmDestroyDrawable(int fd, drm_drawable_t handle) in drmDestroyDrawable()
2192 drm_public int drmUpdateDrawableInfo(int fd, drm_drawable_t handle, in drmUpdateDrawableInfo()
2329 unsigned long *address, drm_handle_t *handle) in drmAgpAlloc()
2358 drm_public int drmAgpFree(int fd, drm_handle_t handle) in drmAgpFree()
[all …]
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java103 PhoneAccountHandle handle = getAccountForCall(context, newCalls.get(0)); in showNotifications() local
157 PhoneAccountHandle handle = getAccountForCall(context, voicemail); in createNotificationForVoicemail() local
234 @NonNull Context context, @Nullable PhoneAccountHandle handle) { in getVoicemailRingtoneUri()
249 @NonNull Context context, @Nullable PhoneAccountHandle handle) { in getNotificationDefaultFlags()
298 PhoneAccountHandle handle = in getFallbackAccount() local
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dhwbinder.cpp116 size_t handle = 0; in __anond62958a80702() local
127 size_t handle = 0; in __anond62958a80802() local
138 size_t handle = 0; in __anond62958a80902() local
151 size_t handle = 0; in __anond62958a80a02() local
163 const native_handle_t* handle = nullptr; in __anond62958a80b02() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/platform/tests/
H A Dplatform_handle_unittest.cc85 std::string GetObjectContents(PlatformHandle& handle) { in GetObjectContents()
121 std::string GetFileContents(PlatformHandle& handle) { in GetFileContents()
160 std::string GetSharedMemoryContents(const PlatformHandle& handle) { in GetSharedMemoryContents()
215 auto handle = std::move(test_handle()); in TEST_P() local
242 PlatformHandle handle = PlatformHandle::FromMojoPlatformHandle(&c_handle); in TEST_P() local
/aosp_15_r20/external/cronet/base/
H A Dsync_socket.cc13 SyncSocket::SyncSocket(Handle handle) : handle_(handle) {} in SyncSocket()
15 SyncSocket::SyncSocket(ScopedHandle handle) : handle_(std::move(handle)) {} in SyncSocket()
25 CancelableSyncSocket::CancelableSyncSocket(Handle handle) in CancelableSyncSocket()
28 CancelableSyncSocket::CancelableSyncSocket(ScopedHandle handle) in CancelableSyncSocket()
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_shared.hpp147 SharedHandleBase( HandleType handle, Args &&... control_args ) in SharedHandleBase()
246 …T>::value, void>::type internalDestroy( const HeaderType & control, HandleType handle ) VULKAN_HPP… in internalDestroy()
252 …T>::value, void>::type internalDestroy( const HeaderType & control, HandleType handle ) VULKAN_HPP… in internalDestroy()
286 …explicit SharedHandle( HandleType handle, SharedHandle<DestructorTypeOf<HandleType>> parent, Delet… in SharedHandle()
294 explicit SharedHandle( HandleType handle, in SharedHandle()
303 …explicit SharedHandle( HandleType handle, DeleterType deleter = DeleterType() ) VULKAN_HPP_NOEXCEP… in SharedHandle()
1031 explicit SharedHandle( VULKAN_HPP_NAMESPACE::Image handle, in SharedHandle()
1040 …static void internalDestroy( const ImageHeader & control, VULKAN_HPP_NAMESPACE::Image handle ) VUL… in internalDestroy()
1076 … explicit SharedHandle( VULKAN_HPP_NAMESPACE::SwapchainKHR handle, in SharedHandle()
1119 explicit SharedHandle( PhysicalDevice handle, SharedInstance parent ) noexcept in SharedHandle()
[all …]
/aosp_15_r20/external/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp147 SharedHandleBase( HandleType handle, Args &&... control_args ) in SharedHandleBase()
246 …T>::value, void>::type internalDestroy( const HeaderType & control, HandleType handle ) VULKAN_HPP… in internalDestroy()
252 …T>::value, void>::type internalDestroy( const HeaderType & control, HandleType handle ) VULKAN_HPP… in internalDestroy()
286 …explicit SharedHandle( HandleType handle, SharedHandle<DestructorTypeOf<HandleType>> parent, Delet… in SharedHandle()
294 explicit SharedHandle( HandleType handle, in SharedHandle()
303 …explicit SharedHandle( HandleType handle, DeleterType deleter = DeleterType() ) VULKAN_HPP_NOEXCEP… in SharedHandle()
1008 explicit SharedHandle( VULKAN_HPP_NAMESPACE::Image handle, in SharedHandle()
1017 …static void internalDestroy( const ImageHeader & control, VULKAN_HPP_NAMESPACE::Image handle ) VUL… in internalDestroy()
1053 … explicit SharedHandle( VULKAN_HPP_NAMESPACE::SwapchainKHR handle, in SharedHandle()
1096 explicit SharedHandle( PhysicalDevice handle, SharedInstance parent ) noexcept in SharedHandle()
[all …]
/aosp_15_r20/external/libdrm/include/drm/
H A Dvmwgfx_drm.h349 __u32 handle; member
403 __u32 handle; member
439 __u32 handle; member
494 __u32 handle; member
635 __u32 handle; member
666 __u32 handle; member
692 __u32 handle; member
737 __u32 handle; member
882 __u32 handle; member
955 __u32 handle; member
[all …]
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dvc4_label_bo.c39 set_label(int fd, int handle, const char *name, int err) in set_label()
61 int handle = igt_vc4_create_bo(fd, 4096); variable
72 int handle = igt_vc4_create_bo(fd, 4096); variable
86 int handle = igt_vc4_create_bo(fd, 4096); variable
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_avrcp_audio_track.cc130 void BtifAvrcpAudioTrackStart(void* handle) { in BtifAvrcpAudioTrackStart()
142 void BtifAvrcpAudioTrackStop(void* handle) { in BtifAvrcpAudioTrackStop()
154 void BtifAvrcpAudioTrackDelete(void* handle) { in BtifAvrcpAudioTrackDelete()
168 void BtifAvrcpAudioTrackPause(void* handle) { in BtifAvrcpAudioTrackPause()
181 void BtifAvrcpSetAudioTrackGain(void* handle, float gain) { in BtifAvrcpSetAudioTrackGain()
255 int BtifAvrcpAudioTrackWriteData(void* handle, void* audioBuffer, int bufferLength) { in BtifAvrcpAudioTrackWriteData()
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc72 void bluetooth::shim::ACL_WriteData(uint16_t handle, BT_HDR* p_buf) { in ACL_WriteData()
80 void bluetooth::shim::ACL_Flush(uint16_t handle) { Stack::GetInstance()->GetAcl()->Flush(handle); } in ACL_Flush()
83 uint16_t handle, uint16_t conn_int_min, uint16_t conn_int_max, uint16_t conn_latency, in ACL_SendConnectionParameterUpdateRequest()
120 void bluetooth::shim::ACL_Disconnect(uint16_t handle, bool is_classic, tHCI_STATUS reason, in ACL_Disconnect()
132 void bluetooth::shim::ACL_ReadConnectionAddress(uint16_t handle, RawAddress& conn_addr, in ACL_ReadConnectionAddress()
144 void bluetooth::shim::ACL_ReadPeerConnectionAddress(uint16_t handle, RawAddress& conn_addr, in ACL_ReadPeerConnectionAddress()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dtask_id.rs55 let handle = tokio::spawn(async { in task_ids_match_current_thread() localVariable
67 let handle = tokio::spawn(async { in task_ids_match_multi_thread() localVariable
97 let handle = tokio::spawn(MyFuture { tx: Some(tx) }); in task_id_future_destructor_completion() localVariable
124 let handle = tokio::spawn(MyFuture { tx: Some(tx) }); in task_id_future_destructor_abort() localVariable
156 let handle = tokio::spawn(MyFuture { tx: Some(tx) }); in task_id_output_destructor_handle_dropped_before_completion() localVariable
193 let handle = tokio::spawn(MyFuture { in task_id_output_destructor_handle_dropped_after_completion() localVariable
/aosp_15_r20/external/cronet/ipc/
H A Dipc_channel_mojo.cc44 mojo::ScopedMessagePipeHandle handle, in MojoChannelFactory()
125 mojo::ScopedMessagePipeHandle handle, in Create()
136 mojo::ScopedMessagePipeHandle handle, in CreateServerFactory()
146 mojo::ScopedMessagePipeHandle handle, in CreateClientFactory()
155 mojo::ScopedMessagePipeHandle handle, in ChannelMojo()
349 auto& handle = handles->at(i); in WriteToMessageAttachmentSet() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/media/soundtrigger_middleware-aidl-java-source/gen/android/media/soundtrigger_middleware/
DISoundTriggerMiddlewareService.java60 …d.media.soundtrigger_middleware.ISoundTriggerModule attachAsOriginator(int handle, android.media.p… in attachAsOriginator()
80 …id.media.soundtrigger_middleware.ISoundTriggerModule attachAsMiddleman(int handle, android.media.p… in attachAsMiddleman()
288 …d.media.soundtrigger_middleware.ISoundTriggerModule attachAsOriginator(int handle, android.media.p… in attachAsOriginator()
324 …id.media.soundtrigger_middleware.ISoundTriggerModule attachAsMiddleman(int handle, android.media.p… in attachAsMiddleman()
406 …public android.media.soundtrigger_middleware.ISoundTriggerModule attachAsOriginator(int handle, an… in attachAsOriginator()
423 …public android.media.soundtrigger_middleware.ISoundTriggerModule attachAsMiddleman(int handle, and… in attachAsMiddleman()
/aosp_15_r20/external/okio/okio-testing-support/src/commonMain/kotlin/okio/
H A DAbstractFileSystemTest.kt823 fileSystem.openReadWrite(path).use { handle -> in <lambda>() method
845 fileSystem.openReadWrite(path).use { handle -> in <lambda>() method
857 fileSystem.openReadOnly(path).use { handle -> in <lambda>() method
1651 fileSystem.openReadWrite(path).use { handle -> in <lambda>() method
1666 fileSystem.openReadWrite(path).use { handle -> in <lambda>() method
1684 fileSystem.openReadWrite(path).use { handle -> in <lambda>() method
1699 fileSystem.openReadWrite(path).use { handle -> in <lambda>() method
1715 fileSystem.openReadWrite(path).use { handle -> in <lambda>() method
1754 fileSystem.openReadWrite(path).use { handle -> in <lambda>() method
1760 fileSystem.openReadWrite(path).use { handle -> in <lambda>() method
[all …]

1...<<21222324252627282930>>...370