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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.h 84 TI_STATUS apConn_stop(TI_HANDLE hAPConnection, TI_BOOL removeKeys);
apConn.c 186 TI_BOOL removeKeys; /**< Indicates whether keys should be removed after disconnect or not */
527 pAPConnection->removeKeys = TI_TRUE;
    [all...]
rsnApi.h 234 TI_STATUS rsn_stop(TI_HANDLE hRsn, TI_BOOL removeKeys);
rsn.c 582 TI_STATUS rsn_stop (TI_HANDLE hRsn, TI_BOOL removeKeys)
596 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: calling STOP... removeKeys=%d\n", removeKeys);
629 if (removeKeys)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 135 Vector<TileMapKey> removeKeys;
141 removeKeys.append(iter->first);
144 for (size_t i = 0; i < removeKeys.size(); ++i)
145 m_unusedTiles.append(m_tiles.take(removeKeys[i]));

Completed in 214 milliseconds