Home
last modified time | relevance | path

Searched refs:client_protection_requests_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chromeos/display/
Doutput_configurator.cc349 client_protection_requests_.erase(client_id); in UnregisterOutputProtectionClient()
353 client_protection_requests_.begin(); in UnregisterOutputProtectionClient()
354 it != client_protection_requests_.end(); in UnregisterOutputProtectionClient()
410 ProtectionRequests::iterator it = client_protection_requests_.find(client_id); in QueryOutputProtectionStatus()
411 if (it != client_protection_requests_.end()) { in QueryOutputProtectionStatus()
431 client_protection_requests_.begin(); in EnableOutputProtection()
432 it != client_protection_requests_.end(); in EnableOutputProtection()
447 if (client_protection_requests_.find(client_id) != in EnableOutputProtection()
448 client_protection_requests_.end()) { in EnableOutputProtection()
449 client_protection_requests_[client_id].erase(display_id); in EnableOutputProtection()
[all …]
Doutput_configurator.h553 ProtectionRequests client_protection_requests_; variable