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

  /external/chromium_org/components/copresence/handlers/audio/
audio_directive_list.h 25 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);
  /external/chromium_org/components/copresence/handlers/
directive_handler.cc 29 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) {
53 audio_handler_->RemoveInstructions(op_id);
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_key_manager.cc 94 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);
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 587 int op_id = 0; local
608 op_id = rand() % 1000000; // just make random id
609 sprintf(mutex_name, "%sOp%d", LOG_TAG, op_id);
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 714 int op_id = 0; local
742 op_id = rand() % 1000000; // just make random id
743 sprintf(mutex_name, "%sOp%d", LOG_TAG, op_id);
874 int op_id = 0; local
923 op_id = rand() % 1000000; // just make random id
924 sprintf(mutex_name, "%sOp%d", LOG_TAG, op_id);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 804 UINT8 op_id; \/* Operation ID. *\/ member in struct:__anon5954
    [all...]

Completed in 376 milliseconds