Home
last modified time | relevance | path

Searched refs:sync_handle (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/system/bt/stack/btm/
H A Dble_scanner_hci_interface.cc98 void PeriodicScanTerminate(uint16_t sync_handle, in PeriodicScanTerminate() argument
109 sync_handle, enable, in PeriodicScanResultEvtEnable()
157 acl_handle, service_data, sync_handle, in PeriodicAdvSyncTransfer()
273 acl_handle, service_data, sync_handle, in PeriodicAdvSyncTransfer()
356 uint16_t sync_handle, adv_interval; in btm_ble_process_periodic_adv_sync_est_evt() local
366 STREAM_TO_UINT16(sync_handle, data); in btm_ble_process_periodic_adv_sync_est_evt()
384 uint16_t sync_handle; in btm_ble_process_periodic_adv_pkt() local
391 STREAM_TO_UINT16(sync_handle, p); in btm_ble_process_periodic_adv_pkt()
420 uint16_t sync_handle; in btm_ble_process_periodic_adv_sync_lost_evt() local
422 STREAM_TO_UINT16(sync_handle, data); in btm_ble_process_periodic_adv_sync_lost_evt()
[all …]
H A Dble_scanner_hci_interface.h43 virtual void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power,
49 uint8_t status, uint16_t sync_handle, uint8_t set_id,
52 virtual void OnPeriodicScanLost(uint16_t sync_handle) = 0;
101 virtual void PeriodicScanTerminate(uint16_t sync_handle, status_cb cb) = 0;
111 virtual void PeriodicScanResultEvtEnable(uint16_t sync_handle, bool enable,
172 uint16_t sync_handle, handle_cb cb) = 0;
186 uint8_t sync_handle,
/aosp12/system/bt/include/hardware/
H A Dble_scanner.h163 base::Callback<void(uint8_t status, uint16_t sync_handle,
167 base::Callback<void(uint16_t sync_handle, int8_t tx_power, int8_t rssi,
169 using SyncLostCb = base::Callback<void(uint16_t sync_handle)>;
/aosp12/system/bt/test/mock/
H A Dmock_hcic_hciblecmds.cc56 void btsnd_hcic_big_create_sync(uint8_t big_handle, uint16_t sync_handle, in btsnd_hcic_big_create_sync() argument
136 uint16_t conn_handle, uint16_t service_data, uint16_t sync_handle, in btsnd_hcic_ble_periodic_advertising_sync_transfer() argument
141 uint16_t sync_handle, base::OnceCallback<void(uint8_t*, uint16_t)> cb) { in btsnd_hcic_ble_periodic_advertising_terminate_sync() argument
217 uint16_t sync_handle, bool enable, in btsnd_hcic_ble_set_periodic_advertising_receive_enable() argument
/aosp12/system/bt/stack/hcic/
H A Dhciblecmds.cc1062 void btsnd_hcic_big_create_sync(uint8_t big_handle, uint16_t sync_handle, in btsnd_hcic_big_create_sync() argument
1078 UINT16_TO_STREAM(pp, sync_handle); in btsnd_hcic_big_create_sync()
1189 uint16_t sync_handle, base::OnceCallback<void(uint8_t*, uint16_t)> cb) { in btsnd_hcic_ble_periodic_advertising_terminate_sync() argument
1193 UINT16_TO_STREAM(pp, sync_handle); in btsnd_hcic_ble_periodic_advertising_terminate_sync()
1246 uint16_t sync_handle, bool enable, in btsnd_hcic_ble_set_periodic_advertising_receive_enable() argument
1251 UINT16_TO_STREAM(pp, sync_handle); in btsnd_hcic_ble_set_periodic_advertising_receive_enable()
1260 uint16_t conn_handle, uint16_t service_data, uint16_t sync_handle, in btsnd_hcic_ble_periodic_advertising_sync_transfer() argument
1267 UINT16_TO_STREAM(pp, sync_handle); in btsnd_hcic_ble_periodic_advertising_sync_transfer()
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/
H A Dresource_interface.h76 const shared_ptr<Fence> &sync_handle) = 0;
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h754 extern void btsnd_hcic_big_create_sync(uint8_t big_handle, uint16_t sync_handle,
786 uint16_t sync_handle, base::OnceCallback<void(uint8_t*, uint16_t)> cb);
803 uint16_t sync_handle, bool enable,
807 uint16_t conn_handle, uint16_t service_data, uint16_t sync_handle,
/aosp12/bionic/libc/kernel/uapi/drm/
H A Dvia_drm.h185 __u32 sync_handle; member
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/
H A Dcomp_manager.h75 const shared_ptr<Fence> &sync_handle);
H A Dresource_default.h69 const shared_ptr<Fence> &sync_handle);
H A Dcomp_manager.cpp582 const shared_ptr<Fence> &sync_handle) { in SetDisplayState() argument
613 resource_intf_->UpdateSyncHandle(display_comp_ctx->display_resource_ctx, sync_handle); in SetDisplayState()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/
H A Dcomp_manager.h76 bool SetDisplayState(Handle display_ctx, DisplayState state, int sync_handle);
H A Dcomp_manager.cpp575 bool CompManager::SetDisplayState(Handle display_ctx, DisplayState state, int sync_handle) { in SetDisplayState() argument
614 display_comp_ctx->display_resource_ctx, sync_handle); in SetDisplayState()
H A Dresource_default.cpp346 if (hw_layers->info.sync_handle >= 0) in PostCommit()
347 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp2217 static void onSyncStarted(int reg_id, uint8_t status, uint16_t sync_handle, in onSyncStarted() argument
2224 reg_id, sync_handle, sid, address_type, address, in onSyncStarted()
2228 static void onSyncReport(uint16_t sync_handle, int8_t tx_power, int8_t rssi, in onSyncReport() argument
2239 sync_handle, tx_power, rssi, data_status, in onSyncReport()
2243 static void onSyncLost(uint16_t sync_handle) { in onSyncLost() argument
2248 sync_handle); in onSyncLost()
2262 static void stopSyncNative(int sync_handle) { in stopSyncNative() argument
2265 sGattIf->scanner->StopSync(sync_handle); in stopSyncNative()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_virtual_drm.cpp154 CloseFd(&hw_layers->info.sync_handle); in Flush()
/aosp12/hardware/qcom/display/msm8996/sdm/include/private/
H A Dhw_info_types.h424 int sync_handle = -1; member
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dresource_default.cpp355 if (hw_layers->info.sync_handle >= 0) in PostCommit()
356 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dresource_default.cpp355 if (hw_layers->info.sync_handle >= 0) in PostCommit()
356 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.cpp318 if (hw_layers->info.sync_handle >= 0) in PostCommit()
319 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dresource_default.cpp355 if (hw_layers->info.sync_handle >= 0) in PostCommit()
356 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/
H A Dresource_default.cpp355 if (hw_layers->info.sync_handle >= 0) in PostCommit()
356 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
/aosp12/hardware/qcom/display/msm8909/sdm/include/private/
H A Dhw_info_types.h480 int sync_handle = -1; // Release fence id for current draw cycle. member
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/private/
H A Dhw_info_types.h479 int sync_handle = -1; // Release fence id for current draw cycle. member
/aosp12/hardware/qcom/display/msm8998/sdm/include/private/
H A Dhw_info_types.h472 int sync_handle = -1; // Release fence id for current draw cycle. member

12