Searched refs:command2 (Results 1 – 2 of 2) sorted by relevance
2197 sp<AudioCommand> command2 = mAudioCommands[i]; in insertCommand_l() local2199 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 …]
353 …auto command2 = SetEventFilterInquiryResultClassOfDeviceView::Create(set_event_filter_inquiry_resu… in TEST_F() local354 ASSERT_TRUE(command2.IsValid()); in TEST_F()355 ASSERT_EQ(command2.GetClassOfDevice(), class_of_device); in TEST_F()