Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 8606) sorted by relevance

12345678910>>...345

/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderLang.cpp46 TCompiler *GetCompilerFromHandle(ShHandle handle) in GetCompilerFromHandle()
58 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables()
70 TranslatorHLSL *GetTranslatorHLSLFromHandle(ShHandle handle) in GetTranslatorHLSLFromHandle()
374 void Destruct(ShHandle handle) in Destruct()
385 ShBuiltInResources GetBuiltInResources(const ShHandle handle) in GetBuiltInResources()
392 const std::string &GetBuiltInResourcesString(const ShHandle handle) in GetBuiltInResourcesString()
406 bool Compile(const ShHandle handle, in Compile()
417 void ClearResults(const ShHandle handle) in ClearResults()
424 int GetShaderVersion(const ShHandle handle) in GetShaderVersion()
431 ShShaderOutput GetShaderOutputType(const ShHandle handle) in GetShaderOutputType()
[all …]
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-output.c103 do_write_check(struct tracecmd_output *handle, const void *data, long long size) in do_write_check()
114 static inline off64_t do_lseek(struct tracecmd_output *handle, off_t offset, int whence) in do_lseek()
125 static inline int do_preed(struct tracecmd_output *handle, void *dst, int len, off_t offset) in do_preed()
133 static short convert_endian_2(struct tracecmd_output *handle, short val) in convert_endian_2()
141 static int convert_endian_4(struct tracecmd_output *handle, int val) in convert_endian_4()
149 static unsigned long long convert_endian_8(struct tracecmd_output *handle, in convert_endian_8()
158 __hidden void out_compression_reset(struct tracecmd_output *handle, bool compress) in out_compression_reset()
167 __hidden int out_uncompress_block(struct tracecmd_output *handle) in out_uncompress_block()
181 __hidden int out_compression_start(struct tracecmd_output *handle, bool compress) in out_compression_start()
192 __hidden int out_compression_end(struct tracecmd_output *handle, bool compress) in out_compression_end()
[all …]
H A Dtrace-input.c49 struct tracecmd_input *handle; member
237 void tracecmd_set_flag(struct tracecmd_input *handle, int flag) in tracecmd_set_flag()
242 void tracecmd_clear_flag(struct tracecmd_input *handle, int flag) in tracecmd_clear_flag()
247 unsigned long tracecmd_get_flags(struct tracecmd_input *handle) in tracecmd_get_flags()
252 enum tracecmd_file_states tracecmd_get_file_state(struct tracecmd_input *handle) in tracecmd_get_file_state()
328 static inline int do_lseek(struct tracecmd_input *handle, int offset, int whence) in do_lseek()
336 static inline ssize_t do_read(struct tracecmd_input *handle, void *data, size_t size) in do_read()
345 do_read_check(struct tracecmd_input *handle, void *data, size_t size) in do_read_check()
358 static char *read_string(struct tracecmd_input *handle) in read_string()
422 static int read2(struct tracecmd_input *handle, unsigned short *size) in read2()
[all …]
/aosp_15_r20/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp52 wifi_error wifi_initialize(wifi_handle* handle) { in wifi_initialize()
77 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) { in wifi_cleanup()
110 void wifi_event_loop(wifi_handle handle) { in wifi_event_loop()
118 wifi_error wifi_get_supported_feature_set(wifi_interface_handle handle, in wifi_get_supported_feature_set()
127 wifi_error wifi_get_ifaces(wifi_handle handle, in wifi_get_ifaces()
137 wifi_error wifi_get_iface_name(wifi_interface_handle handle, in wifi_get_iface_name()
148 wifi_interface_handle handle, in wifi_get_link_stats()
157 wifi_error wifi_set_link_stats(wifi_interface_handle handle, in wifi_set_link_stats()
167 wifi_interface_handle handle, in wifi_set_alert_handler()
177 wifi_interface_handle handle) { in wifi_reset_alert_handler()
[all …]
/aosp_15_r20/bionic/tests/
H A Ddlfcn_test.cpp93 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_LAZY | RTLD_LOCAL); in TEST() local
133 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_NOW | RTLD_LOCAL); in TEST() local
173 void* handle = dlopen("libtest_empty.so", RTLD_NOW); in TEST() local
187 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_NOW); in TEST() local
196 void* handle = dlopen("libtest_with_dependency.so", RTLD_NOW); in TEST() local
209 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST() local
224 void* handle = dlopen(soname, RTLD_NOW); in TEST() local
257 void* handle = dlopen(vdso_name, RTLD_NOW); in TEST() local
273 void* handle = dlopen("libtest_ifunc_variable.so", RTLD_NOW); in TEST() local
305 void* handle = dlopen("libtest_ifunc.so", RTLD_NOW); in TEST() local
[all …]
/aosp_15_r20/frameworks/av/media/libmediametrics/
H A DMediaMetrics.cpp44 void mediametrics_delete(mediametrics_handle_t handle) { in mediametrics_delete()
50 mediametricskey_t mediametrics_getKey(mediametrics_handle_t handle) { in mediametrics_getKey()
57 void mediametrics_setUid(mediametrics_handle_t handle, uid_t uid) { in mediametrics_setUid()
65 void mediametrics_setInt32(mediametrics_handle_t handle, attr_t attr, in mediametrics_setInt32()
71 void mediametrics_setInt64(mediametrics_handle_t handle, attr_t attr, in mediametrics_setInt64()
77 void mediametrics_setDouble(mediametrics_handle_t handle, attr_t attr, in mediametrics_setDouble()
83 void mediametrics_setRate(mediametrics_handle_t handle, attr_t attr, in mediametrics_setRate()
89 void mediametrics_setString(mediametrics_handle_t handle, attr_t attr, in mediametrics_setString()
94 void mediametrics_setCString(mediametrics_handle_t handle, attr_t attr, in mediametrics_setCString()
103 void mediametrics_addInt32(mediametrics_handle_t handle, attr_t attr, in mediametrics_addInt32()
[all …]
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dhandle.h122 dbase_config_t * semanage_user_base_dbase_local(semanage_handle_t * handle) in semanage_user_base_dbase_local()
128 dbase_config_t * semanage_user_extra_dbase_local(semanage_handle_t * handle) in semanage_user_extra_dbase_local()
134 dbase_config_t * semanage_user_dbase_local(semanage_handle_t * handle) in semanage_user_dbase_local()
140 dbase_config_t * semanage_port_dbase_local(semanage_handle_t * handle) in semanage_port_dbase_local()
146 dbase_config_t * semanage_ibpkey_dbase_local(semanage_handle_t * handle) in semanage_ibpkey_dbase_local()
152 dbase_config_t * semanage_ibendport_dbase_local(semanage_handle_t * handle) in semanage_ibendport_dbase_local()
158 dbase_config_t * semanage_iface_dbase_local(semanage_handle_t * handle) in semanage_iface_dbase_local()
164 dbase_config_t * semanage_bool_dbase_local(semanage_handle_t * handle) in semanage_bool_dbase_local()
170 dbase_config_t * semanage_fcontext_dbase_local(semanage_handle_t * handle) in semanage_fcontext_dbase_local()
176 dbase_config_t * semanage_seuser_dbase_local(semanage_handle_t * handle) in semanage_seuser_dbase_local()
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_csl_sdcard.c57 int set_boot_config(struct sd_handle *handle, uint32_t config) in set_boot_config()
62 void process_csd_mmc_speed(struct sd_handle *handle, uint32_t csd_mmc_speed) in process_csd_mmc_speed()
122 int set_card_data_width(struct sd_handle *handle, int width) in set_card_data_width()
191 static int abort_err(struct sd_handle *handle) in abort_err()
253 int process_data_xfer(struct sd_handle *handle, uint8_t *buffer, uint32_t addr, in process_data_xfer()
314 int select_blk_sz(struct sd_handle *handle, uint16_t size) in select_blk_sz()
326 int init_card(struct sd_handle *handle, int detection) in init_card()
398 int init_mmc_card(struct sd_handle *handle) in init_mmc_card()
501 int reset_card(struct sd_handle *handle) in reset_card()
521 static int xfer_data(struct sd_handle *handle, in xfer_data()
[all …]
Demmc_chal_sd.c78 static int32_t chal_sd_set_power(struct sd_dev *handle, in chal_sd_set_power()
159 static void chal_sd_set_dma_boundary(struct sd_dev *handle, uint32_t boundary) in chal_sd_set_dma_boundary()
169 static int32_t chal_sd_setup_handler(struct sd_dev *handle, uint32_t sdBase, in chal_sd_setup_handler()
193 struct sd_dev *handle; in chal_sd_init() local
300 struct sd_dev *handle; in chal_sd_set_speed() local
342 struct sd_dev *handle; in chal_sd_check_cap() local
360 struct sd_dev *handle; in chal_sd_start() local
391 struct sd_dev *handle; in chal_sd_get_atuo12_error() local
407 struct sd_dev *handle; in chal_sd_get_present_status() local
424 struct sd_dev *handle; in chal_sd_config_bus_width() local
[all …]
/aosp_15_r20/external/arm-trusted-firmware/drivers/brcm/emmc/
H A Demmc_csl_sdcard.c57 int set_boot_config(struct sd_handle *handle, uint32_t config) in set_boot_config()
62 void process_csd_mmc_speed(struct sd_handle *handle, uint32_t csd_mmc_speed) in process_csd_mmc_speed()
122 int set_card_data_width(struct sd_handle *handle, int width) in set_card_data_width()
191 static int abort_err(struct sd_handle *handle) in abort_err()
253 int process_data_xfer(struct sd_handle *handle, uint8_t *buffer, uint32_t addr, in process_data_xfer()
314 int select_blk_sz(struct sd_handle *handle, uint16_t size) in select_blk_sz()
326 int init_card(struct sd_handle *handle, int detection) in init_card()
398 int init_mmc_card(struct sd_handle *handle) in init_mmc_card()
500 int reset_card(struct sd_handle *handle) in reset_card()
520 static int xfer_data(struct sd_handle *handle, in xfer_data()
[all …]
H A Demmc_chal_sd.c78 static int32_t chal_sd_set_power(struct sd_dev *handle, in chal_sd_set_power()
159 static void chal_sd_set_dma_boundary(struct sd_dev *handle, uint32_t boundary) in chal_sd_set_dma_boundary()
169 static int32_t chal_sd_setup_handler(struct sd_dev *handle, uint32_t sdBase, in chal_sd_setup_handler()
193 struct sd_dev *handle; in chal_sd_init() local
300 struct sd_dev *handle; in chal_sd_set_speed() local
342 struct sd_dev *handle; in chal_sd_check_cap() local
360 struct sd_dev *handle; in chal_sd_start() local
391 struct sd_dev *handle; in chal_sd_get_atuo12_error() local
407 struct sd_dev *handle; in chal_sd_get_present_status() local
424 struct sd_dev *handle; in chal_sd_config_bus_width() local
[all …]
/aosp_15_r20/external/libultrahdr/lib/src/
H A Dultrahdr_api.cpp520 uhdr_encoder_private* handle = dynamic_cast<uhdr_encoder_private*>(enc); in uhdr_enc_validate_and_set_compressed_img() local
572 uhdr_encoder_private* handle = new uhdr_encoder_private(); in uhdr_create_encoder() local
582 uhdr_encoder_private* handle = dynamic_cast<uhdr_encoder_private*>(enc); in uhdr_release_encoder() local
598 uhdr_encoder_private* handle = dynamic_cast<uhdr_encoder_private*>(enc); in uhdr_enc_set_using_multi_channel_gainmap() local
634 uhdr_encoder_private* handle = dynamic_cast<uhdr_encoder_private*>(enc); in uhdr_enc_set_gainmap_scale_factor() local
668 uhdr_encoder_private* handle = dynamic_cast<uhdr_encoder_private*>(enc); in uhdr_enc_set_gainmap_gamma() local
703 uhdr_encoder_private* handle = dynamic_cast<uhdr_encoder_private*>(enc); in uhdr_enc_set_preset() local
758 uhdr_encoder_private* handle = dynamic_cast<uhdr_encoder_private*>(enc); in uhdr_enc_set_min_max_content_boost() local
795 uhdr_encoder_private* handle = dynamic_cast<uhdr_encoder_private*>(enc); in uhdr_enc_set_target_display_peak_brightness() local
981 uhdr_encoder_private* handle = dynamic_cast<uhdr_encoder_private*>(enc); in uhdr_enc_set_raw_image() local
[all …]
/aosp_15_r20/external/selinux/libsepol/src/
H A Dpolicydb_validate.c23 sepol_handle_t *handle; member
213 static int validate_scopes(sepol_handle_t *handle, const symtab_t scopes[], const avrule_block_t *b… in validate_scopes()
237 static int validate_constraint_nodes(sepol_handle_t *handle, uint32_t nperms, const constraint_node… in validate_constraint_nodes()
398 static int validate_permission_symtab(sepol_handle_t *handle, const symtab_t *permissions, uint32_t… in validate_permission_symtab()
414 static int validate_common_datum(sepol_handle_t *handle, const common_datum_t *common, validate_t f… in validate_common_datum()
439 static int validate_class_datum(sepol_handle_t *handle, const class_datum_t *class, validate_t flav… in validate_class_datum()
513 static int validate_role_datum(sepol_handle_t *handle, const role_datum_t *role, validate_t flavors… in validate_role_datum()
568 static int validate_type_datum(sepol_handle_t *handle, const type_datum_t *type, const policydb_t *… in validate_type_datum()
676 static int validate_level_datum(sepol_handle_t *handle, const level_datum_t *level, validate_t flav… in validate_level_datum()
722 static int validate_user_datum(sepol_handle_t *handle, const user_datum_t *user, validate_t flavors… in validate_user_datum()
[all …]
/aosp_15_r20/system/core/trusty/storage/tests/
H A Dmain.cpp125 void StorageServiceTest::WriteZeroChunk(file_handle_t handle, storage_off_t off, in WriteZeroChunk()
141 void StorageServiceTest::WritePatternChunk(file_handle_t handle, storage_off_t off, in WritePatternChunk()
157 void StorageServiceTest::WritePattern(file_handle_t handle, storage_off_t off, in WritePattern()
173 void StorageServiceTest::ReadChunk(file_handle_t handle, in ReadChunk()
205 void StorageServiceTest::ReadPattern(file_handle_t handle, storage_off_t off, in ReadPattern()
226 void StorageServiceTest::ReadPatternEOF(file_handle_t handle, storage_off_t off, in ReadPatternEOF()
251 file_handle_t handle; in TEST_P() local
296 file_handle_t handle; in TEST_P() local
333 file_handle_t handle; in TEST_P() local
367 file_handle_t handle; in TEST_P() local
[all …]
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/
Dwifi_hal.cpp354 wifi_check_valid_ota_version(wifi_interface_handle handle) in wifi_check_valid_ota_version()
384 wifi_handle handle; in wifi_pre_initialize() local
513 wifi_error wifi_initialize(wifi_handle *handle) in wifi_initialize()
571 static int wifi_add_membership(wifi_handle handle, const char *group) in wifi_add_membership()
590 static void internal_cleaned_up_handler(wifi_handle handle) in internal_cleaned_up_handler()
619 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler cleaned_up_handler) in wifi_cleanup()
719 static int internal_pollin_handler(wifi_handle handle) in internal_pollin_handler()
730 void wifi_event_loop(wifi_handle handle) in wifi_event_loop()
795 wifi_handle handle = (wifi_handle)arg; in internal_valid_message_handler() local
864 GetMulticastIdCommand(wifi_handle handle, const char *name, const char *group) in GetMulticastIdCommand()
[all …]
/aosp_15_r20/external/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.cc127 void WebRtc_FreeDelayEstimatorFarend(void* handle) { in WebRtc_FreeDelayEstimatorFarend()
178 int WebRtc_InitDelayEstimatorFarend(void* handle) { in WebRtc_InitDelayEstimatorFarend()
197 void WebRtc_SoftResetDelayEstimatorFarend(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimatorFarend()
203 int WebRtc_AddFarSpectrumFix(void* handle, in WebRtc_AddFarSpectrumFix()
234 int WebRtc_AddFarSpectrumFloat(void* handle, in WebRtc_AddFarSpectrumFloat()
260 void WebRtc_FreeDelayEstimator(void* handle) { in WebRtc_FreeDelayEstimator()
308 int WebRtc_InitDelayEstimator(void* handle) { in WebRtc_InitDelayEstimator()
327 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimator()
333 int WebRtc_set_history_size(void* handle, int history_size) { in WebRtc_set_history_size()
342 int WebRtc_history_size(const void* handle) { in WebRtc_history_size()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc225 ON_CALL(hcic_interface_, Disconnect).WillByDefault([](uint16_t handle, uint8_t reason) { in InitIsoManager()
643 for (auto handle : volatile_test_cig_create_cmpl_evt_.conn_handles) { in TEST_F() local
781 for (auto handle : volatile_test_cig_create_cmpl_evt_.conn_handles) { in TEST_F() local
903 for (auto& handle : volatile_test_cig_create_cmpl_evt_.conn_handles) { in TEST_F() local
919 for (auto& handle : volatile_test_cig_create_cmpl_evt_.conn_handles) { in TEST_F() local
932 for (auto& handle : volatile_test_cig_create_cmpl_evt_.conn_handles) { in TEST_F() local
948 for (auto& handle : volatile_test_cig_create_cmpl_evt_.conn_handles) { in TEST_F() local
973 for (auto& handle : volatile_test_cig_create_cmpl_evt_.conn_handles) { in TEST_F() local
1010 for (auto& handle : volatile_test_cig_create_cmpl_evt_.conn_handles) { in TEST_F() local
1025 for (auto& handle : volatile_test_cig_create_cmpl_evt_.conn_handles) { in TEST_F() local
[all …]
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp383 wifi_check_valid_ota_version(wifi_interface_handle handle) in wifi_check_valid_ota_version()
413 wifi_handle handle; in wifi_pre_initialize() local
542 wifi_error wifi_initialize(wifi_handle *handle) in wifi_initialize()
601 static int wifi_add_membership(wifi_handle handle, const char *group) in wifi_add_membership()
620 static void internal_cleaned_up_handler(wifi_handle handle) in internal_cleaned_up_handler()
659 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler cleaned_up_handler) in wifi_cleanup()
761 static int internal_pollin_handler(wifi_handle handle) in internal_pollin_handler()
774 void wifi_event_loop(wifi_handle handle) in wifi_event_loop()
839 wifi_handle handle = (wifi_handle)arg; in internal_valid_message_handler() local
908 GetMulticastIdCommand(wifi_handle handle, const char *name, const char *group) in GetMulticastIdCommand()
[all …]
/aosp_15_r20/trusty/user/app/storage/test/storage-unittest/
Dmain.c144 static int WriteZeroChunk(file_handle_t handle, in WriteZeroChunk()
158 static int WritePatternChunk(file_handle_t handle, in WritePatternChunk()
172 static int WritePatternExt(file_handle_t handle, in WritePatternExt()
198 static int WritePattern(file_handle_t handle, in WritePattern()
207 static int ReadChunk(file_handle_t handle, in ReadChunk()
246 static int ReadPattern(file_handle_t handle, in ReadPattern()
275 static int ReadPatternEOF(file_handle_t handle, in ReadPatternEOF()
302 file_handle_t handle; in TEST_F() local
401 file_handle_t handle; in TEST_F() local
466 file_handle_t handle; in TEST_F() local
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/linalg/
H A DCUDASolver.cpp13 cusolverDnHandle_t handle, int m, int n, double* dA, int ldda, int* ipiv, int* info) { in getrf()
25 cusolverDnHandle_t handle, int m, int n, float* dA, int ldda, int* ipiv, int* info) { in getrf()
37 cusolverDnHandle_t handle, in getrf()
62 cusolverDnHandle_t handle, in getrf()
87cusolverDnHandle_t handle, int n, int nrhs, double* dA, int lda, int* ipiv, double* ret, int ldb, … in getrs()
94cusolverDnHandle_t handle, int n, int nrhs, float* dA, int lda, int* ipiv, float* ret, int ldb, in… in getrs()
101 cusolverDnHandle_t handle, in getrs()
126 cusolverDnHandle_t handle, in getrs()
282cusolverDnHandle_t handle, cusolverEigMode_t jobz, int econ, int m, int n, float *A, int lda, floa… in gesvdj_buffersize()
290cusolverDnHandle_t handle, cusolverEigMode_t jobz, int econ, int m, int n, double *A, int lda, dou… in gesvdj_buffersize()
[all …]
/aosp_15_r20/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_reference.cpp63 static bool dmabuf_sanity_check(buffer_handle_t handle, bool skip_buffer_size_check = false) { in dmabuf_sanity_check()
113 bool map_buffer_locked(buffer_handle_t handle) REQUIRES(lock) { in map_buffer_locked()
143 bool map_metadata_locked(buffer_handle_t handle) REQUIRES(lock) { in map_metadata_locked()
171 bool validate_locked(buffer_handle_t handle) REQUIRES(lock) { in validate_locked()
206 buffer_handle_t handle) REQUIRES(lock) { in get_validated_data_locked()
254 int retain(buffer_handle_t handle) EXCLUDES(lock) { in retain()
283 int map(buffer_handle_t handle) EXCLUDES(lock) { in map()
292 int release(buffer_handle_t handle) EXCLUDES(lock) { in release()
327 int validate(buffer_handle_t handle) EXCLUDES(lock) { in validate()
337 std::optional<void *> get_buf_addr(buffer_handle_t handle) { in get_buf_addr()
[all …]
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DKeysetHandleTest.java195 KeysetHandle handle = in deprecated_getKeys() local
227 KeysetHandle handle = KeysetHandle.generateNew(template); in generateNew_tink_shouldWork() local
264 KeysetHandle handle = KeysetHandle.generateNew(template); in generateNew_raw_shouldWork() local
276 KeysetHandle handle = KeysetHandle.generateNew(protoTemplate); in generateNew_withProtoKeyTemplate_shouldWork() local
289 KeysetHandle handle = KeysetHandle.generateNew(template); in generateNew_generatesDifferentKeys() local
307 KeysetHandle handle = KeysetHandle.createFromKey(keyHandle, token); in deprecated_createFromKey_shouldWork() local
323 KeysetHandle handle = KeysetHandle.fromKeyset(keyset); in toString_containsNoKeyMaterial() local
333 KeysetHandle handle = KeysetHandle.generateNew(KeyTemplates.get("HMAC_SHA256_256BITTAG")); in writeThenRead_returnsSameKeyset() local
349 KeysetHandle handle = KeysetHandle.generateNew(KeyTemplates.get("HMAC_SHA256_256BITTAG")); in writeThenReadWithAssociatedData_returnsSameKeyset() local
366 KeysetHandle handle = KeysetHandle.generateNew(KeyTemplates.get("HMAC_SHA256_256BITTAG")); in writeThenReadWithDifferentAssociatedData_shouldThrow() local
[all …]
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dhandle.c43 void handle_init_etc(struct handle* handle, in handle_init_etc()
63 struct handle* handle = containerof(ref, struct handle, refcnt); in __handle_destroy_ref() local
67 void handle_incref(struct handle* handle) { in handle_incref()
72 void handle_decref(struct handle* handle) { in handle_decref()
77 void handle_close(struct handle* handle) { in handle_close()
93 static int _prepare_wait_handle(event_t* ev, struct handle* handle) { in _prepare_wait_handle()
108 static void _finish_wait_handle(struct handle* handle) { in _finish_wait_handle()
133 int handle_wait(struct handle* handle, in handle_wait()
166 void handle_notify_waiters_locked(struct handle* handle) { in handle_notify_waiters_locked()
179 void handle_notify(struct handle* handle) { in handle_notify()
[all …]
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java132 Uri handle = Uri.parse("tel:6505551234"); in testSelfManagedCall() local
186 private void badCallActionHelper(Uri handle, int expectedCode) { in badCallActionHelper()
199 Uri handle = Uri.parse("tel:6505551234"); in testAlreadyDisconnectedCall() local
214 Uri handle = Uri.parse("tel:"); in testNoNumberSupplied() local
226 Uri handle = Uri.parse("content://com.android.contacts/data/1"); in testNoCallsPlacedWithContentUri() local
240 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithNonDefaultDialer() local
273 Uri handle = Uri.parse("tel:*21*1234567#"); in testDangerousMmiCodeWithNonDefaultDialer() local
305 Uri handle = Uri.parse("tel:*12*1234567#"); in testNonDangerousMmiCodeWithNonDefaultDialer() local
326 Uri handle = Uri.parse("tel:6505551911"); in testActionCallEmergencyCall() local
334 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithEmergencyNumber() local
[all …]
/aosp_15_r20/external/libpcap/
H A Dpcap-linux.c341 pcap_t *handle; in pcap_create_interface() local
439 get_mac80211_phydev(pcap_t *handle, const char *device, char *phydev_path, in get_mac80211_phydev()
481 nl80211_init(pcap_t *handle, struct nl80211_state *state, const char *device) in nl80211_init()
535 add_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, in add_mon_if()
640 del_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, in del_mon_if()
694 static int pcap_protocol(pcap_t *handle) in pcap_protocol()
706 pcap_can_set_rfmon_linux(pcap_t *handle) in pcap_can_set_rfmon_linux()
786 static void pcap_cleanup_linux( pcap_t *handle ) in pcap_cleanup_linux()
940 static void pcap_breakloop_linux(pcap_t *handle) in pcap_breakloop_linux()
956 set_vlan_offset(pcap_t *handle) in set_vlan_offset()
[all …]

12345678910>>...345