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

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller_unittest.cc 200 MediaGalleryPrefId scan_id = AddScanResult("scan_id", 1, 0, 0); local
214 controller()->DidToggleEntry(scan_id, false);
222 controller()->DidToggleEntry(scan_id, false);
232 controller()->DidToggleEntry(scan_id, false);
233 controller()->DidToggleEntry(scan_id, true);
240 MediaGalleryPrefId scan_id = AddScanResult("scan_id", 1, 0, 0); local
252 gallery_prefs()->ForgetGalleryById(scan_id);
258 AddGallery("scan_id", MediaGalleryPrefInfo::kUserAdded, 1, 0, 0)
    [all...]
media_scan_manager_unittest.cc 655 MediaGalleryPrefId scan_id = local
658 gallery_prefs()->SetGalleryPermissionForExtension(*extension(), scan_id, local
662 CheckFileCounts(scan_id, 0, 0, 3);
692 CheckFileCounts(scan_id, 6, 0, 0);
704 CheckFileCounts(scan_id, 6, 0, 0);
media_galleries_preferences_unittest.cc 387 MediaGalleryPrefId auto_id, user_added_id, scan_id, id; local
452 scan_id = id;
460 EXPECT_EQ(scan_id, id);
464 EXPECT_EQ(scan_id, id);
468 EXPECT_EQ(scan_id, id);
493 VerifyGalleryInfo(gallery_info, scan_id);
512 gallery_prefs()->ForgetGalleryById(scan_id);
513 expected_galleries_[scan_id].type = MediaGalleryPrefInfo::kRemovedScan;
722 MediaGalleryPrefId scan_id, id; local
735 scan_id = id
791 MediaGalleryPrefId auto_id, user_added_id, to_blacklist_id, scan_id, local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 878 int scan_id = 0, flags = 0, num = 0; local
880 scan_id = it.get_u32();
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 573 int scan_id[MAX_SCAN_ID]; member in struct:wpa_supplicant

Completed in 1180 milliseconds