Searched refs:slot_id (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/metrics/
H A Dstats_table.cc117 char* thread_name(int slot_id) const {
119 (slot_id-1) * (StatsTable::kMaxThreadNameLength)];
121 PlatformThreadId* thread_tid(int slot_id) const {
122 return &(thread_tid_table_[slot_id-1]);
124 int* thread_pid(int slot_id) const {
125 return &(thread_pid_table_[slot_id-1]);
412 int* StatsTable::GetLocation(int counter_id, int slot_id) const {
415 if (slot_id > internal_->max_threads())
419 return &(row[slot_id-1]);
439 for (int slot_id
[all...]
H A Dstats_table.h115 int* GetLocation(int counter_id, int slot_id) const;
H A Dstats_table_unittest.cc32 int slot_id = table.RegisterThread(thread_name); local
33 EXPECT_NE(slot_id, 0);
45 slot_id = table.RegisterThread("too many threads");
46 EXPECT_EQ(slot_id, 0);
/external/chromium_org/crypto/
H A Dnss_util_internal.h57 // Use TPM slot |slot_id| for user. InitializeNSSForChromeOSUser must have been
61 CK_SLOT_ID slot_id);
H A Dnss_util.cc445 CK_SLOT_ID slot_id) {
453 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id);
455 LOG(ERROR) << "TPM slot " << slot_id << " not found.";
484 CK_SLOT_ID slot_id) {
498 slot_id,
1125 CK_SLOT_ID slot_id) {
1126 g_nss_singleton.Get().InitializeTPMForChromeOSUser(username_hash, slot_id);
444 GetTPMSlotForIdOnWorkerThread(SECMODModule* chaps_module, CK_SLOT_ID slot_id) argument
483 InitializeTPMForChromeOSUser(const std::string& username_hash, CK_SLOT_ID slot_id) argument
1123 InitializeTPMForChromeOSUser( const std::string& username_hash, CK_SLOT_ID slot_id) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc246 int slot_id) {
252 DVLOG(1) << "Got TPM slot for " << username_hash << ": " << slot_id; local
257 &crypto::InitializeTPMForChromeOSUser, username_hash, slot_id));
242 DidGetTPMInfoForUserOnUIThread(const std::string& username_hash, chromeos::DBusMethodCallStatus call_status, const std::string& label, const std::string& user_pin, int slot_id) argument

Completed in 169 milliseconds