/aosp12/frameworks/av/media/libmediametrics/ |
H A D | MediaMetrics.cpp | 44 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() 83 void mediametrics_setRate(mediametrics_handle_t handle, attr_t attr, in mediametrics_setRate() 98 void mediametrics_addInt32(mediametrics_handle_t handle, attr_t attr, in mediametrics_addInt32() 116 void mediametrics_addRate(mediametrics_handle_t handle, attr_t attr, in mediametrics_addRate() 169 bool mediametrics_selfRecord(mediametrics_handle_t handle) { in mediametrics_selfRecord() 181 const char *mediametrics_readable(mediametrics_handle_t handle) { in mediametrics_readable() [all …]
|
/aosp12/system/bt/bta/pan/ |
H A D | bta_pan_ci.cc | 47 void bta_pan_ci_tx_ready(uint16_t handle) { in bta_pan_ci_tx_ready() 69 void bta_pan_ci_rx_ready(uint16_t handle) { in bta_pan_ci_rx_ready() 93 void bta_pan_ci_tx_flow(uint16_t handle, bool enable) { in bta_pan_ci_tx_flow() 116 void bta_pan_ci_rx_write(uint16_t handle, const RawAddress& dst, in bta_pan_ci_rx_write() 153 void bta_pan_ci_rx_writebuf(uint16_t handle, const RawAddress& dst, in bta_pan_ci_rx_writebuf() 229 void bta_pan_ci_tx_ready(UNUSED_ATTR uint16_t handle) {} in bta_pan_ci_tx_ready() 231 void bta_pan_ci_rx_ready(UNUSED_ATTR uint16_t handle) {} in bta_pan_ci_rx_ready() 235 void bta_pan_ci_rx_writebuf(UNUSED_ATTR uint16_t handle, in bta_pan_ci_rx_writebuf() 241 BT_HDR* bta_pan_ci_readbuf(UNUSED_ATTR uint16_t handle, in bta_pan_ci_readbuf() 250 void bta_pan_ci_set_pfilters(UNUSED_ATTR uint16_t handle, in bta_pan_ci_set_pfilters() [all …]
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_avrc_api.cc | 42 uint16_t AVRC_Close(uint8_t handle) { in AVRC_Close() 46 uint16_t AVRC_CloseBrowse(uint8_t handle) { in AVRC_CloseBrowse() 54 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq() 64 uint16_t AVRC_OpenBrowse(uint8_t handle, uint8_t conn_role) { in AVRC_OpenBrowse() 68 uint16_t AVRC_PassCmd(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassCmd() 72 uint16_t AVRC_PassRsp(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassRsp() 76 void avrc_flush_cmd_q(uint8_t handle) { mock_function_count_map[__func__]++; } in avrc_flush_cmd_q() 78 void avrc_send_next_vendor_cmd(uint8_t handle) { in avrc_send_next_vendor_cmd() 81 void avrc_start_cmd_timer(uint8_t handle, uint8_t label, uint8_t msg_mask) { in avrc_start_cmd_timer()
|
H A D | mock_stack_sdp_db.cc | 38 bool SDP_AddAdditionProtoLists(uint32_t handle, uint16_t num_elem, in SDP_AddAdditionProtoLists() 43 bool SDP_AddAttribute(uint32_t handle, uint16_t attr_id, uint8_t attr_type, in SDP_AddAttribute() 48 bool SDP_AddLanguageBaseAttrIDList(uint32_t handle, uint16_t lang, in SDP_AddLanguageBaseAttrIDList() 53 bool SDP_AddProfileDescriptorList(uint32_t handle, uint16_t profile_uuid, in SDP_AddProfileDescriptorList() 58 bool SDP_AddProtocolList(uint32_t handle, uint16_t num_elem, in SDP_AddProtocolList() 63 bool SDP_AddSequence(uint32_t handle, uint16_t attr_id, uint16_t num_elem, in SDP_AddSequence() 68 bool SDP_AddServiceClassIdList(uint32_t handle, uint16_t num_services, in SDP_AddServiceClassIdList() 73 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, in SDP_AddUuidSequence() 78 bool SDP_DeleteAttribute(uint32_t handle, uint16_t attr_id) { in SDP_DeleteAttribute() 82 bool SDP_DeleteRecord(uint32_t handle) { in SDP_DeleteRecord() [all …]
|
H A D | mock_bta_ag_api.cc | 44 void BTA_AgAudioClose(uint16_t handle) { mock_function_count_map[__func__]++; } in BTA_AgAudioClose() 45 void BTA_AgAudioOpen(uint16_t handle) { mock_function_count_map[__func__]++; } in BTA_AgAudioOpen() 46 void BTA_AgClose(uint16_t handle) { mock_function_count_map[__func__]++; } in BTA_AgClose() 47 void BTA_AgDeregister(uint16_t handle) { mock_function_count_map[__func__]++; } in BTA_AgDeregister() 49 void BTA_AgOpen(uint16_t handle, const RawAddress& bd_addr) { in BTA_AgOpen() 57 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult() 64 void BTA_AgSetCodec(uint16_t handle, tBTA_AG_PEER_CODEC codec) { in BTA_AgSetCodec()
|
H A D | mock_bta_pan_ci.cc | 36 BT_HDR* bta_pan_ci_readbuf(uint16_t handle, RawAddress& src, RawAddress& dst, in bta_pan_ci_readbuf() 41 void bta_pan_ci_rx_ready(uint16_t handle) { in bta_pan_ci_rx_ready() 44 void bta_pan_ci_rx_write(uint16_t handle, const RawAddress& dst, in bta_pan_ci_rx_write() 49 void bta_pan_ci_rx_writebuf(uint16_t handle, const RawAddress& dst, in bta_pan_ci_rx_writebuf() 54 void bta_pan_ci_set_mfilters(uint16_t handle, uint16_t num_mcast_filters, in bta_pan_ci_set_mfilters() 58 void bta_pan_ci_set_pfilters(uint16_t handle, uint16_t num_filters, in bta_pan_ci_set_pfilters() 62 void bta_pan_ci_tx_flow(uint16_t handle, bool enable) { in bta_pan_ci_tx_flow() 65 void bta_pan_ci_tx_ready(uint16_t handle) { in bta_pan_ci_tx_ready()
|
H A D | mock_stack_avct_api.cc | 44 uint16_t AVCT_CreateBrowse(uint8_t handle, uint8_t role) { in AVCT_CreateBrowse() 53 uint16_t AVCT_GetBrowseMtu(uint8_t handle) { in AVCT_GetBrowseMtu() 57 uint16_t AVCT_GetPeerMtu(uint8_t handle) { in AVCT_GetPeerMtu() 61 uint16_t AVCT_MsgReq(uint8_t handle, uint8_t label, uint8_t cr, BT_HDR* p_msg) { in AVCT_MsgReq() 65 uint16_t AVCT_RemoveBrowse(uint8_t handle) { in AVCT_RemoveBrowse() 69 uint16_t AVCT_RemoveConn(uint8_t handle) { in AVCT_RemoveConn()
|
H A D | mock_hcic_hcicmds.cc | 43 uint16_t handle{0}; member 68 void btsnd_hcic_auth_request(uint16_t handle) { in btsnd_hcic_auth_request() 106 void btsnd_hcic_exit_park_mode(uint16_t handle) { in btsnd_hcic_exit_park_mode() 110 void btsnd_hcic_exit_sniff_mode(uint16_t handle) { in btsnd_hcic_exit_sniff_mode() 113 void btsnd_hcic_get_link_quality(uint16_t handle) { in btsnd_hcic_get_link_quality() 171 void btsnd_hcic_read_failed_contact_counter(uint16_t handle) { in btsnd_hcic_read_failed_contact_counter() 175 void btsnd_hcic_read_lmp_handle(uint16_t handle) { in btsnd_hcic_read_lmp_handle() 182 void btsnd_hcic_read_rmt_clk_offset(uint16_t handle) { in btsnd_hcic_read_rmt_clk_offset() 185 void btsnd_hcic_read_rssi(uint16_t handle) { in btsnd_hcic_read_rssi() 207 void btsnd_hcic_rmt_features_req(uint16_t handle) { in btsnd_hcic_rmt_features_req() [all …]
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | common.cpp | 42 interface_info *getIfaceInfo(wifi_interface_handle handle) in getIfaceInfo() 47 wifi_handle getWifiHandle(wifi_interface_handle handle) in getWifiHandle() 52 hal_info *getHalInfo(wifi_handle handle) in getHalInfo() 57 hal_info *getHalInfo(wifi_interface_handle handle) in getHalInfo() 97 wifi_error wifi_register_vendor_handler(wifi_handle handle, in wifi_register_vendor_handler() 143 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler() 218 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id) in wifi_unregister_cmd() 243 WifiCommand *wifi_get_cmd(wifi_handle handle, int id) in wifi_get_cmd() 259 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) in wifi_unregister_cmd() 276 wifi_handle handle = getWifiHandle(iface); in wifi_cancel_cmd() local [all …]
|
/aosp12/system/bt/btif/src/ |
H A D | btif_avrcp_audio_track_linux.cc | 24 void BtifAvrcpAudioTrackStart(void* handle) {} in BtifAvrcpAudioTrackStart() 26 void BtifAvrcpAudioTrackStop(void* handle) {} in BtifAvrcpAudioTrackStop() 28 void BtifAvrcpAudioTrackDelete(void* handle) {} in BtifAvrcpAudioTrackDelete() 30 void BtifAvrcpAudioTrackPause(void* handle) {} in BtifAvrcpAudioTrackPause() 32 void BtifAvrcpSetAudioTrackGain(void* handle, float gain) {} in BtifAvrcpSetAudioTrackGain() 34 int BtifAvrcpAudioTrackWriteData(void* handle, void* audioBuffer, in BtifAvrcpAudioTrackWriteData()
|
/aosp12/hardware/interfaces/common/support/ |
H A D | NativeHandle.cpp | 25 static native_handle_t* fromAidl(const NativeHandle& handle, bool doDup) { in fromAidl() 37 native_handle_t* makeFromAidl(const NativeHandle& handle) { in makeFromAidl() 40 native_handle_t* dupFromAidl(const NativeHandle& handle) { in dupFromAidl() 44 static NativeHandle toAidl(const native_handle_t* handle, bool doDup) { in toAidl() 58 NativeHandle makeToAidl(const native_handle_t* handle) { in makeToAidl() 62 NativeHandle dupToAidl(const native_handle_t* handle) { in dupToAidl()
|
H A D | test.cpp | 54 NativeHandle handle = { in makeTestAidlHandle() local 64 NativeHandle handle; in TEST() local 72 NativeHandle handle = makeTestAidlHandle(); in TEST() local 80 NativeHandle handle; in TEST() local 88 NativeHandle handle = makeTestAidlHandle(); in TEST() local 96 native_handle_t* handle = native_handle_create(2, 4); in makeTestLibcutilsHandle() local 107 native_handle_t* handle = native_handle_create(0, 0); in TEST() local 115 native_handle_t* handle = makeTestLibcutilsHandle(); in TEST() local 123 native_handle_t* handle = native_handle_create(0, 0); in TEST() local 131 native_handle_t* handle = makeTestLibcutilsHandle(); in TEST() local
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | NewOutgoingCallIntentBroadcasterTest.java | 125 Uri handle = Uri.parse("tel:6505551234"); in testSelfManagedCall() local 192 Uri handle = Uri.parse("tel:6505551234"); in testAlreadyDisconnectedCall() local 207 Uri handle = Uri.parse("tel:"); in testNoNumberSupplied() local 220 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithNonDefaultDialer() local 254 Uri handle = Uri.parse("tel:6505551911"); in testActionCallEmergencyCall() local 262 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithEmergencyNumber() local 270 Uri handle = Uri.parse("tel:6505551911"); in testActionPrivCallWithEmergencyNumber() local 278 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithGatewayExtras() local 291 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithNonEmergencyNumber() local 303 Uri handle = intent.getData(); in emergencyCallTestHelper() local [all …]
|
/aosp12/system/bt/bta/ag/ |
H A D | bta_ag_api.cc | 111 void BTA_AgDeregister(uint16_t handle) { in BTA_AgDeregister() 130 void BTA_AgOpen(uint16_t handle, const RawAddress& bd_addr) { in BTA_AgOpen() 148 void BTA_AgClose(uint16_t handle) { in BTA_AgClose() 165 void BTA_AgAudioOpen(uint16_t handle) { in BTA_AgAudioOpen() 182 void BTA_AgAudioClose(uint16_t handle) { in BTA_AgAudioClose() 200 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult() 218 void BTA_AgSetCodec(uint16_t handle, tBTA_AG_PEER_CODEC codec) { in BTA_AgSetCodec()
|
/aosp12/frameworks/av/media/mtp/tests/MtpFuzzer/ |
H A D | MtpMockDatabase.cpp | 72 void MtpMockDatabase::endSendObject(MtpObjectHandle handle, bool succeeded) { in endSendObject() 115 MtpResponseCode MtpMockDatabase::getObjectPropertyValue(MtpObjectHandle handle, in getObjectPropertyValue() 123 MtpResponseCode MtpMockDatabase::setObjectPropertyValue(MtpObjectHandle handle, in setObjectPropertyValue() 187 void* MtpMockDatabase::getThumbnail(MtpObjectHandle handle, size_t& outThumbSize) { in getThumbnail() 201 MtpResponseCode MtpMockDatabase::getObjectFilePath(MtpObjectHandle handle, in getObjectFilePath() 260 MtpResponseCode MtpMockDatabase::beginDeleteObject(MtpObjectHandle handle) { in beginDeleteObject() 264 void MtpMockDatabase::endDeleteObject(MtpObjectHandle handle, bool succeeded) { in endDeleteObject() 269 MtpObjectHandleList* MtpMockDatabase::getObjectReferences(MtpObjectHandle handle) { in getObjectReferences() 274 MtpResponseCode MtpMockDatabase::setObjectReferences(MtpObjectHandle handle, in setObjectReferences() 302 MtpObjectHandle handle, bool succeeded) { in endMoveObject() [all …]
|
/aosp12/hardware/google/graphics/common/libgscaler/ |
H A D | libgscaler.cpp | 120 void exynos_gsc_destroy(void *handle) in exynos_gsc_destroy() 139 void *handle, in exynos_gsc_set_csc_property() 169 void *handle, in exynos_gsc_set_src_format() 204 void *handle, in exynos_gsc_set_dst_format() 240 void *handle, in exynos_gsc_set_rotation() 270 void *handle, in exynos_gsc_set_src_addr() 295 void *handle, in exynos_gsc_set_dst_addr() 319 int exynos_gsc_convert(void *handle) in exynos_gsc_convert() 363 int exynos_gsc_subdev_s_crop(void *handle, in exynos_gsc_subdev_s_crop() 420 int exynos_gsc_run_exclusive(void *handle, in exynos_gsc_run_exclusive() [all …]
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | HandleMap.java | 39 public int handle = 0; field in HandleMap.Entry 48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry() 57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry() 68 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry() 105 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic() 110 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor() 115 void setStarted(int serverIf, int handle, boolean started) { in setStarted() 127 Entry getByHandle(int handle) { in getByHandle() 137 boolean checkServiceExists(UUID uuid, int handle) { in checkServiceExists() 163 void addRequest(int requestId, int handle) { in addRequest() [all …]
|
/aosp12/bionic/tests/ |
H A D | dlfcn_test.cpp | 238 void* handle = dlopen(soname, RTLD_NOW); in TEST() local 271 void* handle = dlopen(vdso_name, RTLD_NOW); in TEST() local 381 void* handle = nullptr; in TEST() local 855 void* handle = dlopen("/child/thread", RTLD_NOW); in ConcurrentDlErrorFn() local 865 void* handle = dlopen("/main/thread", RTLD_NOW); in TEST() local 881 void* handle = dlopen("/main/thread", RTLD_NOW); in TEST() local 1080 void* handle; in TEST() local 1191 void* handle = dlopen(libname, RTLD_NOW); in test_init_fini_call_order_for() local 1384 void* handle = dlopen(library_name, RTLD_NOW); in test_dlclose_before_thread_local_dtor() local 1463 void* handle = library_handle; in TEST() local [all …]
|
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A 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() 56 static int32_t mali_gralloc_private_get_buff_fd(gralloc1_device_t *device, buffer_handle_t handle, … in mali_gralloc_private_get_buff_fd() 76 …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() 98 … mali_gralloc_private_get_buff_offset(gralloc1_device_t *device, buffer_handle_t handle, int64_t *… in mali_gralloc_private_get_buff_offset() 118 …int32_t mali_gralloc_private_get_buff_bytestride(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_bytestride() 139 …ic int32_t mali_gralloc_private_get_buff_yuvinfo(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_yuvinfo() 160 static int32_t mali_gralloc_private_get_buff_size(gralloc1_device_t *device, buffer_handle_t handle… in mali_gralloc_private_get_buff_size() 180 …t mali_gralloc_private_get_buff_flags(gralloc1_device_t *device, buffer_handle_t handle, int *flag… in mali_gralloc_private_get_buff_flags() 200 …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() 221 …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 …]
|
/aosp12/hardware/google/graphics/common/libscaler/ |
H A D | libscaler.cpp | 298 void *handle, in exynos_sc_set_csc_property() 316 void *handle, in exynos_sc_set_src_format() 343 void *handle, in exynos_sc_set_dst_format() 373 void *handle, in exynos_sc_set_rotation() 386 void *handle, in exynos_sc_set_framerate() 397 void *handle, in exynos_sc_set_src_addr() 411 void *handle, in exynos_sc_set_dst_addr() 534 void *handle, in exynos_sc_config_exclusive() 598 void *handle, in exynos_sc_run_exclusive() 668 void *handle, in exynos_sc_config_blend_exclusive() [all …]
|
/aosp12/system/chre/core/ |
H A D | audio_request_manager.cc | 58 uint32_t handle, bool enable, in configureSource() 70 uint32_t handle = audioDataEvent->handle; in handleAudioDataEvent() local 93 void AudioRequestManager::handleAudioAvailability(uint32_t handle, in handleAudioAvailability() 112 uint32_t handle = static_cast<uint32_t>(i); in logStateToBuffer() local 141 uint32_t handle, bool enable, uint64_t bufferDuration, in validateConfigureSourceArguments() 217 void AudioRequestManager::updatePlatformHandleEnabled(uint32_t handle, in updatePlatformHandleEnabled() 227 bool AudioRequestManager::createAudioRequest(uint32_t handle, in createAudioRequest() 269 AudioRequestManager::findAudioRequestByInstanceId(uint32_t handle, in findAudioRequestByInstanceId() 309 uint32_t handle) { in findNextAudioRequest() 326 uint32_t handle = event->handle; in handleAudioDataEventSync() local [all …]
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NativeActivity.java | 95 private native void unloadNativeCode(long handle); in unloadNativeCode() 96 private native void onStartNative(long handle); in onStartNative() 97 private native void onResumeNative(long handle); in onResumeNative() 98 private native byte[] onSaveInstanceStateNative(long handle); in onSaveInstanceStateNative() 99 private native void onPauseNative(long handle); in onPauseNative() 100 private native void onStopNative(long handle); in onStopNative() 101 private native void onConfigurationChangedNative(long handle); in onConfigurationChangedNative() 102 private native void onLowMemoryNative(long handle); in onLowMemoryNative() 104 private native void onSurfaceCreatedNative(long handle, Surface surface); in onSurfaceCreatedNative() 105 private native void onSurfaceChangedNative(long handle, Surface surface, in onSurfaceChangedNative() [all …]
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallerInfoLookupHelper.java | 47 void onCallerInfoQueryComplete(Uri handle, @Nullable CallerInfo info); in onCallerInfoQueryComplete() 48 void onContactPhotoQueryComplete(Uri handle, CallerInfo info); in onContactPhotoQueryComplete() 86 public CompletableFuture<Pair<Uri, CallerInfo>> startLookup(final Uri handle) { in startLookup() 120 public void startLookup(final Uri handle, OnQueryCompleteListener listener) { in startLookup() 182 final Uri handle) { in makeCallerInfoQueryListener()
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/ |
H A D | sensors.cpp | 56 int SensorContext::activate(int handle, int enabled) { in activate() 60 int SensorContext::setDelay(int handle, int64_t delayNs) { in setDelay() 69 int handle, in batch() 75 int SensorContext::flush(int handle) { in flush() 86 struct sensors_poll_device_t *dev, int handle, int enabled) { in ActivateWrapper() 92 struct sensors_poll_device_t *dev, int handle, int64_t delayNs) { in SetDelayWrapper() 105 int handle, in BatchWrapper() 115 int SensorContext::FlushWrapper(struct sensors_poll_device_1 *dev, int handle) { in FlushWrapper()
|
/aosp12/system/bt/btif/co/ |
H A D | bta_pan_co.cc | 73 void bta_pan_co_close(uint16_t handle, uint8_t app_id) { in bta_pan_co_close() 109 void bta_pan_co_tx_path(uint16_t handle, uint8_t app_id) { in bta_pan_co_tx_path() 163 void bta_pan_co_rx_path(UNUSED_ATTR uint16_t handle, in bta_pan_co_rx_path() 182 void bta_pan_co_rx_flow(UNUSED_ATTR uint16_t handle, UNUSED_ATTR uint8_t app_id, in bta_pan_co_rx_flow() 199 void bta_pan_co_pfilt_ind(UNUSED_ATTR uint16_t handle, in bta_pan_co_pfilt_ind() 216 void bta_pan_co_mfilt_ind(UNUSED_ATTR uint16_t handle, in bta_pan_co_mfilt_ind()
|