Lines Matching refs:object

59  * corresponding hidl object reference.
68 #if 0 // TODO(b/31632518): HIDL object death notifications.
74 // NOTE: This may cause an immediate callback if the object is already
81 "supplicant callback object");
88 #endif // TODO(b/31632518): HIDL object death notifications.
95 const std::string &key, const android::sp<ObjectType> object,
98 // Return failure if we already have an object for that |key|.
101 object_map[key] = object;
112 // Return failure if we dont have an object for that |key|.
176 #if 0 // TODO(b/31632518): HIDL object death notifications.
185 "iface callback object");
188 #endif // TODO(b/31632518): HIDL object death notifications.
202 #if 0 // TODO(b/31632518): HIDL object death notifications.
212 "network callback object");
215 #endif // TODO(b/31632518): HIDL object death notifications.
393 // Create the main hidl service object and register it.
1387 * Retrieve the |ISupplicantP2pIface| hidl object reference using the provided
1410 * Retrieve the |ISupplicantStaIface| hidl object reference using the provided
1433 * Retrieve the |ISupplicantP2pNetwork| hidl object reference using the provided
1462 * Retrieve the |ISupplicantStaNetwork| hidl object reference using the provided
1491 * Add a new |ISupplicantCallback| hidl object reference to our
1494 * @param callback Hidl reference of the |ISupplicantCallback| object.
1511 * Add a new iface callback hidl object reference to our
1515 * @param callback Hidl reference of the callback object.
1533 * Add a new iface callback hidl object reference to our
1537 * @param callback Hidl reference of the callback object.
1555 * Add a new network callback hidl object reference to our network callback
1560 * @param callback Hidl reference of the callback object.
1579 * Add a new network callback hidl object reference to our network callback
1584 * @param callback Hidl reference of the callback object.
1603 * Removes the provided |ISupplicantCallback| hidl object reference
1606 * @param callback Hidl reference of the |ISupplicantCallback| object.
1619 * Removes the provided iface callback hidl object reference from
1623 * @param callback Hidl reference of the callback object.
1634 * Removes the provided iface callback hidl object reference from
1638 * @param callback Hidl reference of the callback object.
1649 * Removes the provided network callback hidl object reference from
1654 * @param callback Hidl reference of the callback object.
1665 * Removes the provided network callback hidl object reference from
1670 * @param callback Hidl reference of the callback object.