Lines Matching full:ndk
182 ::ndk::ScopedAStatus Supplicant::addP2pInterface( in addP2pInterface()
191 ::ndk::ScopedAStatus Supplicant::addStaInterface( in addStaInterface()
200 ::ndk::ScopedAStatus Supplicant::removeInterface( in removeInterface()
208 ::ndk::ScopedAStatus Supplicant::getP2pInterface( in getP2pInterface()
217 ::ndk::ScopedAStatus Supplicant::getStaInterface( in getStaInterface()
226 ::ndk::ScopedAStatus Supplicant::listInterfaces( in listInterfaces()
234 ::ndk::ScopedAStatus Supplicant::registerCallback( in registerCallback()
242 ::ndk::ScopedAStatus Supplicant::registerNonStandardCertCallback( in registerNonStandardCertCallback()
250 ::ndk::ScopedAStatus Supplicant::setDebugParams( in setDebugParams()
260 ::ndk::ScopedAStatus Supplicant::setConcurrencyPriority( in setConcurrencyPriority()
268 ::ndk::ScopedAStatus Supplicant::getDebugLevel(DebugLevel* _aidl_return) in getDebugLevel()
271 return ndk::ScopedAStatus::ok(); in getDebugLevel()
274 ::ndk::ScopedAStatus Supplicant::isDebugShowTimestampEnabled(bool* _aidl_return) in isDebugShowTimestampEnabled()
277 return ndk::ScopedAStatus::ok(); in isDebugShowTimestampEnabled()
280 ::ndk::ScopedAStatus Supplicant::isDebugShowKeysEnabled(bool* _aidl_return) in isDebugShowKeysEnabled()
283 return ndk::ScopedAStatus::ok(); in isDebugShowKeysEnabled()
286 ::ndk::ScopedAStatus Supplicant::terminate() in terminate()
290 return ndk::ScopedAStatus::ok(); in terminate()
293 ndk::ScopedAStatus Supplicant::addP2pDevInterface(struct wpa_interface iface_params) in addP2pDevInterface()
346 return ndk::ScopedAStatus::ok(); in addP2pDevInterface()
349 std::pair<std::shared_ptr<ISupplicantP2pIface>, ndk::ScopedAStatus>
367 ndk::ScopedAStatus status; in addP2pInterfaceInternal()
371 return {iface, ndk::ScopedAStatus::ok()}; in addP2pInterfaceInternal()
416 std::pair<std::shared_ptr<ISupplicantStaIface>, ndk::ScopedAStatus>
427 ndk::ScopedAStatus status; in addStaInterfaceInternal()
431 return {iface, ndk::ScopedAStatus::ok()}; in addStaInterfaceInternal()
476 ndk::ScopedAStatus Supplicant::removeInterfaceInternal( in removeInterfaceInternal()
487 return ndk::ScopedAStatus::ok(); in removeInterfaceInternal()
490 std::pair<std::shared_ptr<ISupplicantP2pIface>, ndk::ScopedAStatus>
509 return {iface, ndk::ScopedAStatus::ok()}; in getP2pInterfaceInternal()
512 std::pair<std::shared_ptr<ISupplicantStaIface>, ndk::ScopedAStatus>
527 return {iface, ndk::ScopedAStatus::ok()}; in getStaInterfaceInternal()
530 std::pair<std::vector<IfaceInfo>, ndk::ScopedAStatus>
544 return {std::move(ifaces), ndk::ScopedAStatus::ok()}; in listInterfacesInternal()
547 ndk::ScopedAStatus Supplicant::registerCallbackInternal( in registerCallbackInternal()
555 return ndk::ScopedAStatus::ok(); in registerCallbackInternal()
558 ndk::ScopedAStatus Supplicant::registerNonStandardCertCallbackInternal( in registerNonStandardCertCallbackInternal()
566 return ndk::ScopedAStatus::ok(); in registerNonStandardCertCallbackInternal()
569 ndk::ScopedAStatus Supplicant::setDebugParamsInternal( in setDebugParamsInternal()
577 return ndk::ScopedAStatus::ok(); in setDebugParamsInternal()
580 ndk::ScopedAStatus Supplicant::setConcurrencyPriorityInternal(IfaceType type) in setConcurrencyPriorityInternal()
591 return ndk::ScopedAStatus::ok(); in setConcurrencyPriorityInternal()