Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp2197 sp<AudioCommand> command2 = mAudioCommands[i]; in insertCommand_l() local
2199 if (command2->mTime <= command->mTime) break; in insertCommand_l()
2238 removedCommands.add(command2); in insertCommand_l()
2242 command->mTime = command2->mTime; in insertCommand_l()
2255 removedCommands.add(command2); in insertCommand_l()
2256 command->mTime = command2->mTime; in insertCommand_l()
2267 removedCommands.add(command2); in insertCommand_l()
2268 command->mTime = command2->mTime; in insertCommand_l()
2287 if (command2->mCommand == CREATE_AUDIO_PATCH) { in insertCommand_l()
2313 removedCommands.add(command2); in insertCommand_l()
[all …]
/aosp12/system/bt/gd/hci/
H A Dcontroller_test.cc353 …auto command2 = SetEventFilterInquiryResultClassOfDeviceView::Create(set_event_filter_inquiry_resu… in TEST_F() local
354 ASSERT_TRUE(command2.IsValid()); in TEST_F()
355 ASSERT_EQ(command2.GetClassOfDevice(), class_of_device); in TEST_F()