HomeSort by relevance Sort by last modified time
    Searched refs:HasProfile (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adhoc.h 205 STDMETHOD_(HRESULT,HasProfile)(THIS_ BOOLEAN *pf11d) PURE;
224 #define IDot11AdHocNetwork_HasProfile(This,pf11d) (This)->lpVtbl->HasProfile(This,pf11d)
  /system/connectivity/shill/
manager.cc 383 if (HasProfile(ident)) {
421 bool Manager::HasProfile(const Profile::Identifier& ident) {
432 if (HasProfile(ident)) {
638 if (HasProfile(ident)) {
    [all...]
manager.h 713 bool HasProfile(const Profile::Identifier& ident);
    [all...]

Completed in 1851 milliseconds