Searched defs:op_id (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/copresence/handlers/audio/
H A Daudio_directive_list.cc19 AudioDirective::AudioDirective(const std::string& op_id, base::Time end_time) argument
20 : op_id(op_id), end_time(end_time) {
29 void AudioDirectiveList::AddDirective(const std::string& op_id, argument
35 std::vector<AudioDirective>::iterator it = FindDirectiveByOpId(op_id);
44 active_directives_.push_back(AudioDirective(op_id, end_time));
50 void AudioDirectiveList::RemoveDirective(const std::string& op_id) { argument
51 std::vector<AudioDirective>::iterator it = FindDirectiveByOpId(op_id);
76 const std::string& op_id) {
80 if (it->op_id
75 FindDirectiveByOpId( const std::string& op_id) argument
[all...]
H A Daudio_directive_list.h25 AudioDirective(const std::string& op_id, base::Time end_time);
27 std::string op_id; member in struct:copresence::AudioDirective
42 void AddDirective(const std::string& op_id, base::TimeDelta ttl);
43 void RemoveDirective(const std::string& op_id);
59 const std::string& op_id);
H A Daudio_directive_handler.cc74 const std::string& op_id,
83 transmits_list_inaudible_.AddDirective(op_id, ttl);
87 transmits_list_audible_.AddDirective(op_id, ttl);
97 receives_list_.AddDirective(op_id, ttl);
106 void AudioDirectiveHandler::RemoveInstructions(const std::string& op_id) { argument
107 transmits_list_audible_.RemoveDirective(op_id);
108 transmits_list_inaudible_.RemoveDirective(op_id);
109 receives_list_.RemoveDirective(op_id);
127 DVLOG(3) << "Playing audible for op_id: " << audible_transmit->op_id;
73 AddInstruction(const TokenInstruction& instruction, const std::string& op_id, base::TimeDelta ttl) argument
[all...]
/external/chromium_org/components/copresence/handlers/
H A Ddirective_handler.cc29 std::string op_id; local
31 op_id = directive.published_message_id();
33 op_id = directive.subscription_id();
46 ti, op_id, base::TimeDelta::FromMilliseconds(directive.ttl_millis()));
50 void DirectiveHandler::RemoveDirectives(const std::string& op_id) { argument
53 audio_handler_->RemoveInstructions(op_id);
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_key_manager.cc94 const int op_id = GetNextOperationId(); local
99 op_id,
102 get_keys_ops_[op_id] = op.release();
223 int op_id,
228 get_keys_ops_.find(op_id);
222 OnKeysFetched( int op_id, const GetDeviceDataListCallback& callback, bool fetch_success, const EasyUnlockDeviceKeyDataList& fetched_data) argument
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h804 UINT8 op_id; /* Operation ID. */ member in struct:__anon1329
807 * when the op_id is AVRC_ID_VENDOR.*/
809 * valid when the op_id is AVRC_ID_VENDOR.*/

Completed in 971 milliseconds