Home
last modified time | relevance | path

Searched refs:Owned (Results 1 – 9 of 9) sorted by relevance

/system/bt/btif/src/
Dbtif_ble_advertiser.cc34 using base::Owned;
137 advertiser_id, base::Owned(p_params), in SetParameters()
180 jni_thread_wrapper(FROM_HERE, cb), base::Owned(p_params), in StartAdvertising()
206 base::Owned(p_params), std::move(advertise_data), in StartAdvertisingSet()
207 std::move(scan_response_data), base::Owned(p_periodic_params), in StartAdvertisingSet()
225 base::Owned(p_periodic_params), in SetPeriodicAdvertisingParameters()
Dbtif_gatt_client.cc56 using base::Owned;
390 Bind(&BTA_GATTC_ServiceSearchRequest, conn_id, base::Owned(uuid))); in btif_gattc_search_service()
428 base::Owned(params)); in read_char_cb()
452 base::Owned(params)); in read_using_char_uuid_cb()
Dbtif_ble_scanner.cc51 using base::Owned;
201 SCAN_CBACK_IN_JNI(track_adv_event_cb, Owned(btif_scan_track_cb)); in bta_track_adv_event_cb()
Dbtif_gatt_server.cc54 using base::Owned;
/system/bt/gd/common/
Dbind.h28 using base::Owned;
/system/security/keystore2/src/crypto/
Dlib.rs163 Owned(ZVec), enumerator
176 Self::Owned(z) => &*z, in get_key()
218 Ok(Password::Owned(ZVec::try_from(self.get_key())?)) in try_clone()
/system/bt/bta/jv/
Dbta_jv_api.cc171 base::Owned(uuid_list_copy), rfcomm_slot_id)); in BTA_JvStartDiscovery()
/system/bt/btif/avrcp/
Davrcp_service.cc509 base::Bind(&AvrcpService::Cleanup, base::Owned(instance_))); in Cleanup()
/system/security/keystore2/src/
Ddatabase.rs263 Ok(ToSqlOutput::Owned(Value::Integer(match self { in to_sql()
341 Self::Password => Ok(ToSqlOutput::Owned(Value::Null)), in to_sql()
403 Ok(ToSqlOutput::Owned(Value::Integer(self.0))) in to_sql()
466 Self::Existing => Ok(ToSqlOutput::Owned(Value::Integer(0))), in to_sql()
467 Self::Live => Ok(ToSqlOutput::Owned(Value::Integer(1))), in to_sql()
468 Self::Unreferenced => Ok(ToSqlOutput::Owned(Value::Integer(2))), in to_sql()
771 Ok(ToSqlOutput::Owned(Value::Integer(self.0))) in to_sql()