HomeSort by relevance Sort by last modified time
    Searched refs:primary_ (Results 1 - 10 of 10) sorted by null

  /system/bt/service/common/bluetooth/
service.cc 22 primary_ = other.primary_;
32 primary_ = other.primary_;
40 return handle_ == other.handle_ && primary_ == other.primary_ &&
service.h 33 primary_(primary),
46 bool primary() const { return primary_; }
58 bool primary_; member in class:bluetooth::Service
  /system/bt/service/common/android/bluetooth/
bluetooth_gatt_included_service.h 40 primary_(service.primary()){};
58 bool primary() const { return primary_; }
64 bool primary_; member in class:android::bluetooth::BluetoothGattIncludedService
bluetooth_gatt_included_service.cc 38 status = parcel->writeBool(primary_);
53 status = parcel->readBool(&primary_);
bluetooth_gatt_service.cc 35 status = parcel->writeBool(primary_);
61 status = parcel->readBool(&primary_);
  /external/webrtc/webrtc/base/
windowpicker.h 41 : id_(id), title_(title), primary_(false) {
48 bool primary() const { return primary_; }
49 void set_primary(bool primary) { primary_ = primary; }
54 bool primary_; member in class:rtc::DesktopDescription
  /external/v8/src/ic/
stub-cache.cc 63 Entry* primary = entry(primary_, primary_offset);
87 Entry* primary = entry(primary_, primary_offset);
103 primary_[i].key = isolate()->heap()->empty_string();
104 primary_[i].map = nullptr;
105 primary_[i].value = empty;
119 if (primary_[i].key == *name) {
120 Map* map = primary_[i].map;
126 if (entry(primary_, offset) == &primary_[i] &&
stub-cache.h 72 return StubCache::primary_;
157 Entry primary_[kPrimaryTableSize]; member in class:v8::internal::StubCache
  /external/webrtc/webrtc/voice_engine/
voe_codec_unittest.cc 76 memcpy(&primary_, &my_codec, sizeof(my_codec));
94 CodecInst primary_; member in class:webrtc::voe::__anon39320::VoECodecTest
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 1467 PrimaryAllocator primary_; member in class:__sanitizer::CombinedAllocator
    [all...]

Completed in 320 milliseconds