Lines Matching refs:out_id
69 std::unique_ptr<bluetooth::GattIdentifier> out_id;
71 server_if, is_primary, *uuid, &out_id);
76 CHECK(out_id);
77 WriteGattIdentifierToParcel(*out_id, reply);
89 std::unique_ptr<bluetooth::GattIdentifier> out_id;
91 server_if, *uuid, properties, permissions, &out_id);
96 CHECK(out_id);
97 WriteGattIdentifierToParcel(*out_id, reply);
108 std::unique_ptr<bluetooth::GattIdentifier> out_id;
109 bool result = AddDescriptor(server_if, *uuid, permissions, &out_id);
114 CHECK(out_id);
115 WriteGattIdentifierToParcel(*out_id, reply);
208 std::unique_ptr<bluetooth::GattIdentifier>* out_id) {
209 CHECK(out_id);
223 *out_id = CreateGattIdentifierFromParcel(reply);
231 std::unique_ptr<bluetooth::GattIdentifier>* out_id) {
232 CHECK(out_id);
246 *out_id = CreateGattIdentifierFromParcel(reply);
253 std::unique_ptr<bluetooth::GattIdentifier>* out_id) {
254 CHECK(out_id);
267 *out_id = CreateGattIdentifierFromParcel(reply);