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

  /external/bluetooth/bluedroid/bta/include/
bta_gattc_co.h 39 ** to_save: open cache to save or to load.
45 UINT16 conn_id, BOOLEAN to_save);
  /external/bluetooth/bluedroid/btif/co/
bta_gattc_co.c 47 static bool cacheOpen(BD_ADDR bda, bool to_save)
53 sCacheFD = fopen(fname, to_save ? "w" : "r");
80 ** to_save: open cache to save or to load.
85 void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt, UINT16 conn_id, BOOLEAN to_save)
89 if (!cacheOpen(server_bda, to_save))
  /external/chromium_org/components/invalidation/
sync_invalidation_listener.cc 185 ObjectIdInvalidationMap to_save = invalidations; local
189 SaveInvalidations(to_save);
194 const ObjectIdInvalidationMap& to_save) {
195 ObjectIdSet objects_to_save = to_save.GetObjectIds();
204 lookup->second.AddSet(to_save.ForObject(*it));
sync_invalidation_listener.h 165 void SaveInvalidations(const ObjectIdInvalidationMap& to_save);

Completed in 43 milliseconds