Searched defs:chan (Results 1 – 5 of 5) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IMuteSolo.cpp | 22 static SLresult IMuteSolo_SetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean mute) in IMuteSolo_SetChannelMute() 58 static SLresult IMuteSolo_GetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean *pMute) in IMuteSolo_GetChannelMute() 94 static SLresult IMuteSolo_SetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean solo) in IMuteSolo_SetChannelSolo() 130 static SLresult IMuteSolo_GetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean *pSolo) in IMuteSolo_GetChannelSolo()
|
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
D | VtsHalSensorManagerV1_0TargetTest.cpp | 153 testOne(16, 16, [](const auto &chan, Result result) { in TEST_F() 158 testOne(1024, 1024, [](const auto &chan, Result result) { in TEST_F() 163 testOne(1024, 2048, [](const auto &chan, Result result) { in TEST_F() 168 testOne(1024, 16, [](const auto &chan, Result result) { in TEST_F() 230 … ASSERT_OK(manager_->createAshmemDirectChannel(mem, memSize, [&](const auto &chan, Result result) { in TEST_F()
|
/frameworks/base/tests/net/java/android/net/nsd/ |
D | NsdManagerTest.java | 351 public AsyncChannel chan; field in NsdManagerTest.MockServiceHandler
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 406 NotificationChannel chan = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in prepareNotification() local
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 429 Status<void> Message::SetChannel(const std::shared_ptr<Channel>& chan) { in SetChannel()
|