Home
last modified time | relevance | path

Searched refs:Handle (Results 1 – 25 of 38) sorted by relevance

12

/system/iorap/src/perfetto/
Dperfetto_consumer.h34 using Handle = ::perfetto::consumer::Handle; member
35 static constexpr Handle kInvalidHandle = ::perfetto::consumer::kInvalidHandle;
42 virtual Handle Create(const void* config_proto,
46 virtual void StartTracing(Handle) = 0;
47 virtual TraceBuffer ReadTrace(Handle) = 0;
48 virtual void Destroy(Handle) = 0;
49 virtual State PollState(Handle) = 0;
59 virtual Handle Create(const void* config_proto, in Create()
69 virtual void StartTracing(Handle handle) override { in StartTracing()
73 virtual TraceBuffer ReadTrace(Handle handle) override { in ReadTrace()
[all …]
Dperfetto_consumer.cc37 using Handle = PerfettoConsumer::Handle; typedef
38 static constexpr Handle kInvalidHandle = PerfettoConsumer::kInvalidHandle;
96 Handle handle_;
109 HandleDescription(Handle handle): handle_(handle) {} in HandleDescription()
154 std::map<Handle, HandleDescription> states_;
157 Handle last_created_{0};
158 Handle last_destroyed_{0};
174 impl_->OnTraceMessage(static_cast<Handle>(message.what)); in handleMessage()
181 Handle Create(const void* config_proto, in Create()
187 Handle handle = raw_->Create(config_proto, config_len, callback, callback_arg); in Create()
[all …]
Drx_producer.cc116 PerfettoConsumer::Handle handle_;
123 PerfettoConsumer::Handle handle) in PerfettoConsumerHandle()
133 PerfettoConsumer::Handle GetHandle() const { in GetHandle()
162 using Handle = ::perfetto::consumer::Handle; typedef
168 Handle GetHandle() const { in GetHandle()
200 using Handle = ::perfetto::consumer::Handle; typedef in iorap::perfetto::StateChangedSubject
206 static std::unordered_map<Handle, StateChangedSubject*> state_subject_map_;
330 bool OnStateChanged(Handle handle, State state) { in OnStateChanged()
403 static void CallbackOnStateChanged(Handle handle, State state, void* callback_arg) { in CallbackOnStateChanged()
465 std::unordered_map<::perfetto::consumer::Handle,
[all …]
/system/netd/libnetdutils/include/netdutils/
DHandle.h48 class Handle {
50 constexpr Handle() = default;
51 constexpr Handle(const T& value) : mValue(value) {} in Handle() function
55 bool operator==(const Handle& that) const { return get() == that.get(); }
56 bool operator!=(const Handle& that) const { return get() != that.get(); }
64 using name = ::android::netdutils::Handle<type, _##name##Tag>;
67 inline std::ostream& operator<<(std::ostream& os, const Handle<T, TagT>& handle) {
/system/teeui/libteeui/include/teeui/
Dfont_rendering.h36 template <typename T, typename Deleter = HandleDelete<T>> class Handle {
38 Handle() : handle_(nullptr) {} in Handle() function
39 explicit Handle(T handle) : handle_(handle) {} in Handle() function
40 Handle(const Handle&) = delete;
41 Handle& operator=(const Handle&) = delete;
43 Handle(Handle&& other) { in Handle() function
48 Handle& operator=(Handle&& rhs) {
57 ~Handle() { in ~Handle()
143 Handle<FT_Face> face_;
193 Handle<FT_Library> library_;
[all …]
/system/hardware/interfaces/net/netd/1.1/
DINetd.hal30 * @param networkHandle Handle to the OEM network previously returned from
53 * @param networkHandle Handle to the OEM network previously returned from
75 * @param networkHandle Handle to the OEM network previously returned from
87 * @param networkHandle Handle to the OEM network previously returned from
/system/bt/stack/l2cap/
Dl2c_link.cc175 hci_error_code_text(status).c_str(), p_lcb->Handle()); in l2c_link_hci_conn_comp()
178 l2c_link_hci_disc_comp(p_lcb->Handle(), status); in l2c_link_hci_conn_comp()
194 LOG_DEBUG("Link is dedicated bonding handle:0x%04x", p_lcb->Handle()); in l2c_link_hci_conn_comp()
237 LOG_INFO("Disconnecting link handle:0x%04x status:%s", p_lcb->Handle(), in l2c_link_hci_conn_comp()
416 p_lcb->in_use, p_lcb->link_state, p_lcb->Handle(), in l2c_link_hci_disc_comp()
499 rc = btm_sec_disconnect(p_lcb->Handle(), HCI_ERR_PEER_USER); in l2c_link_timeout()
518 acl_disconnect_from_handle(p_lcb->Handle(), HCI_ERR_PEER_USER); in l2c_link_timeout()
851 LOG_DEBUG("LCB(0x%x) is in PM pending state", p_lcb->Handle()); in l2c_link_check_power_mode()
1092 l2cb.controller_xmit_window, p_lcb->Handle(), in l2c_link_send_to_lower_br_edr()
1139 l2cb.controller_le_xmit_window, p_lcb->Handle(), in l2c_link_send_to_lower_ble()
[all …]
Dl2c_utils.cc103 if (p_lcb.Handle() != HCI_INVALID_HANDLE) { in l2cu_set_lcb_handle()
105 p_lcb.Handle(), handle); in l2cu_set_lcb_handle()
189 btm_acl_removed(p_lcb->Handle()); in l2cu_release_lcb()
308 UINT16_TO_STREAM(p, (p_lcb->Handle() | (L2CAP_PKT_START_NON_FLUSHABLE in l2cu_build_header()
311 UINT16_TO_STREAM(p, p_lcb->Handle() | l2cb.non_flushable_pbf); in l2cu_build_header()
780 UINT16_TO_STREAM(p, (p_ccb->p_lcb->Handle() | (L2CAP_PKT_START_NON_FLUSHABLE in l2cu_send_peer_config_rej()
784 UINT16_TO_STREAM(p, (p_ccb->p_lcb->Handle() | in l2cu_send_peer_config_rej()
1506 acl_disconnect_from_handle(p_lcb->Handle(), HCI_ERR_PEER_USER); in l2cu_start_post_bond_timer()
1540 p_lcb->Handle(), p_ccb->local_cid, p_ccb->remote_cid); in l2cu_release_ccb()
2035 if ((p_lcb->in_use) && (p_lcb->Handle() != HCI_INVALID_HANDLE)) { in l2cu_device_reset()
[all …]
Dl2c_main.cc342 LOG_WARN("MTU rej Handle: %d MTU: %d", p_lcb->Handle(), rej_mtu); in process_l2cap_cmd()
417 p_lcb->Handle(), p_ccb->local_cid, p_ccb->remote_cid); in process_l2cap_cmd()
420 p_lcb->Handle(), p_ccb->local_cid, p_ccb->remote_cid); in process_l2cap_cmd()
459 p_lcb->Handle(), p_ccb->local_cid, p_ccb->remote_cid); in process_l2cap_cmd()
462 p_lcb->Handle(), p_ccb->local_cid, p_ccb->remote_cid); in process_l2cap_cmd()
Dl2c_ble.cc332 btsnd_hcic_ble_upd_ll_conn_params(p_lcb->Handle(), min_conn_int, in l2cble_start_conn_update()
353 btsnd_hcic_ble_upd_ll_conn_params(p_lcb->Handle(), p_lcb->min_interval, in l2cble_start_conn_update()
1575 __func__, p_lcb->Handle(), p_dev_rec->conn_params.min_conn_int, in l2cble_use_preferred_conn_params()
1586 p_lcb->Handle(), p_dev_rec->conn_params.min_conn_int, in l2cble_use_preferred_conn_params()
/system/bt/stack/btm/
Dbtm_sco.h86 uint16_t Handle() const { return hci_handle; } in Handle() function
Dbtm_sco.cc824 GetLegacyHciInterface().Disconnect(p->Handle(), HCI_ERR_PEER_USER); in BTM_RemoveSco()
826 LOG_DEBUG("Disconnecting link sco_handle:0x%04x peer:%s", p->Handle(), in BTM_RemoveSco()
831 p->Handle(), sco_state_text(old_state).c_str())); in BTM_RemoveSco()
/system/libhidl/transport/manager/1.2/
DIServiceManager.hal64 * @param service Handle to registering service.
100 * @param service Handle to registering service.
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal49 * @return service Handle to requested service, same as provided in
69 * @param service Handle to registering service.
/system/teeui/libteeui/src/
Dfont_rendering.cpp126 lib.library_ = Handle(library); in create()
/system/sepolicy/prebuilts/api/27.0/private/
Dzygote.te91 # Handle --invoke-with command when launching Zygote with a wrapper command.
/system/sepolicy/prebuilts/api/26.0/private/
Dzygote.te91 # Handle --invoke-with command when launching Zygote with a wrapper command.
/system/sepolicy/prebuilts/api/28.0/private/
Dzygote.te92 # Handle --invoke-with command when launching Zygote with a wrapper command.
/system/bt/stack/acl/
Dacl.h200 uint16_t Handle() const { return hci_handle; } in Handle() function
/system/bt/service/doc/
DIBluetoothGattClientCallback.txt117 * Called when there is an incoming ATT Handle-Value notification or
/system/bt/main/shim/
Dacl.cc317 uint16_t Handle() const { return handle_; } in Handle() function in ShimAclConnection
900 LOG_DUMPSYS(fd, "handle:0x%04x", lcb.Handle()); in DumpsysL2cap()
1080 connection.second->Handle(), in CheckForOrphanedAclConnections()
1094 connection.second->Handle(), in CheckForOrphanedAclConnections()
/system/chre/chpp/
DREADME.md175 ## Service Handle
177 The Service Handle provides the capability of running multiple simultaneous clients / services over…
179 ### Handle argument
/system/bt/hci/src/
Dbtsnoop.cc318 filter_list[p_ccb->p_lcb->Handle()].addRfcDlci(dlci); in allowlist_rfc_dlci()
/system/sepolicy/prebuilts/api/29.0/private/
Dzygote.te109 # Handle --invoke-with command when launching Zygote with a wrapper command.
/system/sepolicy/prebuilts/api/27.0/public/
Dvold.te131 # Handle wake locks (used for device encryption)

12