/aosp12/hardware/interfaces/wifi/1.0/vts/functional/ |
H A D | wifi_nan_iface_hidl_test.cpp | 139 parent_.id = id; in notifyCapabilitiesResponse() 152 parent_.id = id; in notifyEnableResponse() 164 parent_.id = id; in notifyConfigResponse() 176 parent_.id = id; in notifyDisableResponse() 189 parent_.id = id; in notifyStartPublishResponse() 202 parent_.id = id; in notifyStopPublishResponse() 215 parent_.id = id; in notifyStartSubscribeResponse() 228 parent_.id = id; in notifyStopSubscribeResponse() 240 parent_.id = id; in notifyTransmitFollowupResponse() 252 parent_.id = id; in notifyCreateDataInterfaceResponse() [all …]
|
/aosp12/hardware/interfaces/wifi/1.2/vts/functional/ |
H A D | wifi_nan_iface_hidl_test.cpp | 149 parent_.id = id; in notifyCapabilitiesResponse() 161 parent_.id = id; in notifyEnableResponse() 172 parent_.id = id; in notifyConfigResponse() 183 parent_.id = id; in notifyDisableResponse() 195 parent_.id = id; in notifyStartPublishResponse() 207 parent_.id = id; in notifyStopPublishResponse() 219 parent_.id = id; in notifyStartSubscribeResponse() 231 parent_.id = id; in notifyStopSubscribeResponse() 242 parent_.id = id; in notifyTransmitFollowupResponse() 253 parent_.id = id; in notifyCreateDataInterfaceResponse() [all …]
|
/aosp12/hardware/interfaces/wifi/1.4/vts/functional/ |
H A D | wifi_nan_iface_hidl_test.cpp | 151 parent_.id = id; in notifyCapabilitiesResponse() 163 parent_.id = id; in notifyEnableResponse() 174 parent_.id = id; in notifyConfigResponse() 185 parent_.id = id; in notifyDisableResponse() 197 parent_.id = id; in notifyStartPublishResponse() 209 parent_.id = id; in notifyStopPublishResponse() 221 parent_.id = id; in notifyStartSubscribeResponse() 233 parent_.id = id; in notifyStopSubscribeResponse() 244 parent_.id = id; in notifyTransmitFollowupResponse() 255 parent_.id = id; in notifyCreateDataInterfaceResponse() [all …]
|
/aosp12/hardware/interfaces/wifi/1.5/vts/functional/ |
H A D | wifi_nan_iface_hidl_test.cpp | 153 parent_.id = id; in notifyCapabilitiesResponse() 167 parent_.id = id; in notifyCapabilitiesResponse_1_5() 179 parent_.id = id; in notifyEnableResponse() 190 parent_.id = id; in notifyConfigResponse() 201 parent_.id = id; in notifyDisableResponse() 213 parent_.id = id; in notifyStartPublishResponse() 225 parent_.id = id; in notifyStopPublishResponse() 237 parent_.id = id; in notifyStartSubscribeResponse() 249 parent_.id = id; in notifyStopSubscribeResponse() 260 parent_.id = id; in notifyTransmitFollowupResponse() [all …]
|
/aosp12/system/bt/gd/packet/parser/ |
H A D | parent_def.cc | 158 if (parent_ != nullptr) { in GetSize() 216 if (parent_ != nullptr) { in GetOffsetForField() 249 if (parent_ != nullptr) { in GetParamList() 294 if (parent_ != nullptr) { in GenSize() 323 if (parent_ != nullptr) { in GenSize() 371 if (parent_ != nullptr) { in GenSerialize() 475 if (parent_ != nullptr) { in GenSerialize() 525 if (parent_ == nullptr) { in GetRootDef() 534 auto parent = parent_; in GetAncestors() 537 parent = parent->parent_; in GetAncestors() [all …]
|
H A D | struct_def.cc | 39 if (parent_ == nullptr) { in GenSpecialize() 90 if (parent_ != nullptr) { in GenParse() 97 if (parent_ != nullptr) { in GenParse() 99 std::string parent_param = (parent_->parent_ == nullptr ? "" : ", true"); in GenParse() 173 if (parent_ != nullptr) { in GenDefinition() 225 if (parent_ != nullptr) { in GenDefinitionPybind11() 226 s << ", " << parent_->name_; in GenDefinitionPybind11() 254 if (parent_ != nullptr) { in GenConstructor() 255 s << name_ << "(const " << parent_->name_ << "& parent) : " << parent_->name_ << "(parent) {}"; in GenConstructor() 263 if (parent_ != nullptr) { in GenConstructor() [all …]
|
H A D | packet_def.cc | 35 if (parent_ != nullptr) { in GenParserDefinition() 43 if (parent_ != nullptr) { in GenParserDefinition() 74 if (parent_ != nullptr) { in GenParserDefinition() 100 auto ancestor_ptr = parent_; in GenTestingParserFromBytes() 119 if (parent_ != nullptr) { in GenParserDefinitionPybind11() 125 if (parent_ != nullptr) { in GenParserDefinitionPybind11() 188 if (parent_ != nullptr) { in GenValidator() 196 if (parent_ != nullptr) { in GenValidator() 315 if (parent_ == nullptr) { in GenValidator() 351 if (parent_ != nullptr) { in GenBuilderDefinition() [all …]
|
H A D | struct_parser_generator.cc | 28 if (node.struct_def_->parent_ != nullptr) { in StructParserGenerator() 30 if (node.struct_def_->parent_->name_ == parent.struct_def_->name_) { in StructParserGenerator() 86 if (node.struct_def_->parent_ != nullptr) { in Generate()
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | node-inl.h | 235 if (new_parent != parent_) { in Rename() 258 if (parent_ == nullptr) { in Rename() 294 return parent_; in GetParent() 377 parent_(nullptr), in node() 409 CHECK(parent_ == nullptr); in AddToParent() 413 parent_ = parent; in AddToParent() 418 parent_->Acquire(); in AddToParent() 425 if (parent_ != nullptr) { in RemoveFromParent() 430 parent_->Release(1); in RemoveFromParent() 431 parent_ = nullptr; in RemoveFromParent() [all …]
|
H A D | node.cpp | 45 if (node->parent_) { in BuildPathForNodeRecursive() 46 BuildPathForNodeRecursive(safe, node->parent_, path); in BuildPathForNodeRecursive() 49 if (safe && node->parent_) { in BuildPathForNodeRecursive()
|
/aosp12/hardware/interfaces/usb/1.0/vts/functional/ |
H A D | VtsHalUsbV1_0TargetTest.cpp | 59 UsbHidlTest& parent_; member in UsbHidlTest::UsbCallback 64 : parent_(parent), cookie(cookie){}; in UsbCallback() 72 parent_.usb_last_port_status.portName = in notifyPortStatusChange() 78 parent_.usb_last_port_status.currentMode = in notifyPortStatusChange() 81 parent_.usb_last_cookie = cookie; in notifyPortStatusChange() 82 parent_.notify(); in notifyPortStatusChange() 90 parent_.usb_last_status = retval; in notifyRoleSwitchStatus() 91 parent_.usb_last_cookie = cookie; in notifyRoleSwitchStatus() 92 parent_.usb_last_port_role = newRole; in notifyRoleSwitchStatus() 93 parent_.usb_role_switch_done = true; in notifyRoleSwitchStatus() [all …]
|
/aosp12/system/logging/logd/ |
H A D | CommandListener.h | 45 : FrameworkCommand(#command_string), parent_(parent) {} \ 50 LogBuffer* buf() const { return parent_->buf_; } \ 51 LogTags* tags() const { return parent_->tags_; } \ 52 PruneList* prune() const { return parent_->prune_; } \ 53 LogStatistics* stats() const { return parent_->stats_; } \ 54 CommandListener* parent_; \
|
/aosp12/hardware/interfaces/wifi/supplicant/1.3/vts/functional/ |
H A D | supplicant_sta_iface_hidl_test.cpp | 274 : parent_(parent) {} in IfacePmkCacheCallback() 280 parent_.code = (uint32_t)code; in onDppSuccess() 281 parent_.dppCallbackType = in onDppSuccess() 283 parent_.notify(); in onDppSuccess() 289 parent_.code = (uint32_t)code; in onDppProgress_1_3() 290 parent_.dppCallbackType = in onDppProgress_1_3() 292 parent_.notify(); in onDppProgress_1_3() 301 parent_.dppCallbackType = in onDppFailure_1_3() 303 parent_.notify(); in onDppFailure_1_3() 315 parent_.tmData = data; in onBssTmHandlingDone() [all …]
|
/aosp12/hardware/interfaces/wifi/supplicant/1.2/vts/functional/ |
H A D | supplicant_sta_iface_hidl_test.cpp | 231 SupplicantStaIfaceHidlTest& parent_; member in IfaceDppCallback 237 parent_.code = 0; in onDppSuccessConfigReceived() 240 parent_.notify(); in onDppSuccessConfigReceived() 244 parent_.code = 0; in onDppSuccessConfigSent() 247 parent_.notify(); in onDppSuccessConfigSent() 251 parent_.code = (uint32_t)code; in onDppProgress() 252 parent_.dppCallbackType = in onDppProgress() 254 parent_.notify(); in onDppProgress() 258 parent_.code = (uint32_t)code; in onDppFailure() 259 parent_.dppCallbackType = in onDppFailure() [all …]
|
/aosp12/hardware/interfaces/gnss/1.0/vts/functional/ |
H A D | VtsHalGnssV1_0TargetTest.cpp | 282 GnssHalTest& parent_; member in GnssHalTest::GnssCallback 284 GnssCallback(GnssHalTest& parent) : parent_(parent){}; in GnssCallback() 309 parent_.location_called_count_++; in gnssLocationCb() 310 parent_.last_location_ = location; in gnssLocationCb() 311 parent_.notify(); in gnssLocationCb() 317 parent_.capabilities_called_count_++; in gnssSetCapabilitesCb() 318 parent_.last_capabilities_ = capabilities; in gnssSetCapabilitesCb() 319 parent_.notify(); in gnssSetCapabilitesCb() 326 parent_.info_called_count_++; in gnssSetSystemInfoCb() 327 parent_.last_info_ = info; in gnssSetSystemInfoCb() [all …]
|
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/ |
H A D | VtsHalBluetoothA2dpV1_0TargetTest.cpp | 68 BluetoothA2dpHidlTest& parent_; member in BluetoothA2dpHidlTest::BluetoothAudioHost 71 BluetoothAudioHost(BluetoothA2dpHidlTest& parent) : parent_(parent){}; in BluetoothAudioHost() 75 parent_.audio_offload->streamStarted(Status::SUCCESS); in startStream() 80 parent_.audio_offload->streamSuspended(Status::SUCCESS); in suspendStream()
|
/aosp12/art/tools/dexanalyze/ |
H A D | dexanalyze_strings.cc | 195 new_node->parent_ = node; in Add() 235 for (MatchTrie* cur = parent_; cur != nullptr; cur = cur->parent_) { in Savings() 291 for (MatchTrie* cur = pair.second->parent_; cur != this; cur = cur->parent_) { in ExtractPrefixes() 297 for (MatchTrie* cur = pair.second->parent_; cur != this; cur = cur->parent_) { in ExtractPrefixes() 318 for (const MatchTrie* cur = this; cur->parent_ != nullptr; cur = cur->parent_) { in GetString() 325 MatchTrie* parent_ = nullptr; member in art::dexanalyze::MatchTrie 382 node = node->parent_; in Build() 416 node = node->parent_; in Build()
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | DominatorTree.h | 56 : value_(value), parent_(parent) {} 60 inline Node* parent() const { return parent_; } in parent() 75 Node* parent_; variable
|
/aosp12/hardware/interfaces/bluetooth/1.1/vts/functional/ |
H A D | VtsHalBluetoothV1_1TargetTest.cpp | 231 BluetoothHidlTest& parent_; member in BluetoothHidlTest::BluetoothHciCallbacks 234 BluetoothHciCallbacks(BluetoothHidlTest& parent) : parent_(parent){}; in BluetoothHciCallbacks() 239 parent_.initialized = (status == Status::SUCCESS); in initializationComplete() 247 parent_.event_cb_count++; in hciEventReceived() 248 parent_.event_queue.push(event); in hciEventReceived() 256 parent_.acl_cb_count++; in aclDataReceived() 257 parent_.acl_queue.push(data); in aclDataReceived() 264 parent_.sco_cb_count++; in scoDataReceived() 265 parent_.sco_queue.push(data); in scoDataReceived() 272 parent_.iso_cb_count++; in isoDataReceived() [all …]
|
/aosp12/hardware/interfaces/tv/input/1.0/vts/functional/ |
H A D | VtsHalTvInputV1_0TargetTest.cpp | 138 TvInputCallback(TvInputHidlTest& parent) : parent_(parent){}; in TvInputCallback() 147 std::unique_lock<std::mutex> lock(parent_.mutex_); in notify() 150 parent_.onDeviceAvailable(event.deviceInfo); in notify() 153 parent_.onDeviceUnavailable(event.deviceInfo.deviceId); in notify() 156 parent_.onStreamConfigurationsChanged(event.deviceInfo.deviceId); in notify() 164 TvInputHidlTest& parent_; member in TvInputHidlTest::TvInputCallback
|
/aosp12/frameworks/native/services/vr/performanced/ |
H A D | cpu_set.h | 26 CpuSet* parent() const { return parent_; } in parent() 30 bool IsRoot() const { return parent_ == nullptr; } in IsRoot() 51 CpuSet* parent_; variable
|
H A D | cpu_set.cpp | 193 : parent_(parent), name_(name), cpuset_fd_(std::move(cpuset_fd)) { in CpuSet() 194 if (parent_ == nullptr) in CpuSet() 196 else if (parent_->IsRoot()) in CpuSet() 197 path_ = parent_->name() + name_; in CpuSet() 199 path_ = parent_->path() + "/" + name_; in CpuSet()
|
/aosp12/hardware/interfaces/bluetooth/1.0/vts/functional/ |
H A D | VtsHalBluetoothV1_0TargetTest.cpp | 229 BluetoothHidlTest& parent_; member in BluetoothHidlTest::BluetoothHciCallbacks 232 BluetoothHciCallbacks(BluetoothHidlTest& parent) : parent_(parent){}; in BluetoothHciCallbacks() 237 parent_.initialized = (status == Status::SUCCESS); in initializationComplete() 245 parent_.event_cb_count++; in hciEventReceived() 246 parent_.event_queue.push(event); in hciEventReceived() 254 parent_.acl_cb_count++; in aclDataReceived() 255 parent_.acl_queue.push(data); in aclDataReceived() 262 parent_.sco_cb_count++; in scoDataReceived() 263 parent_.sco_queue.push(data); in scoDataReceived()
|
/aosp12/art/cmdline/ |
H A D | cmdline_parser.h | 210 return parent_; in IntoKey() 228 return parent_; in IntoLocation() 249 return parent_; in IntoIgnore() 294 AppendCompletedArgument(parent_, in CompleteArgument() 307 : parent_(parser), in ArgumentBuilder() 321 CmdlineParser::Builder& parent_; member 404 auto&& b = CreateArgumentBuilder<TArg>(parent_); in CreateTypedBuilder() 428 explicit UntypedArgumentBuilder(CmdlineParser::Builder& parent) : parent_(parent) {} in UntypedArgumentBuilder() 431 CmdlineParser::Builder& parent_; member
|
/aosp12/art/runtime/ |
H A D | subtype_check_test.cc | 29 parent_ = parent; in MockClass() 35 if (parent_ != nullptr) { in MockClass() 36 if (parent_->GetMaxChild() != nullptr) { in MockClass() 37 x_ = parent_->GetMaxChild()->x_ + 1u; in MockClass() 40 parent_->children_.push_back(this); in MockClass() 41 if (parent_->path_to_root_ != "") { in MockClass() 60 return parent_; in GetSuperClass() 68 if (parent_ == nullptr) { in Depth() 71 return parent_->Depth() + 1u; in Depth() 116 return parent_; in GetParent() [all …]
|