Home
last modified time | relevance | path

Searched defs:chan (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/itf/
DIMuteSolo.cpp22 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/
DVtsHalSensorManagerV1_0TargetTest.cpp153 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/services/core/java/com/android/server/notification/
DNotificationShellCmd.java248 final NotificationChannel chan = new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, in ensureChannel() local
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java357 NotificationChannel chan = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in prepareNotification() local
/frameworks/base/tests/net/java/android/net/nsd/
DNsdManagerTest.java352 public AsyncChannel chan; field in NsdManagerTest.MockServiceHandler
/frameworks/native/libs/vr/libpdx/
Dservice.cpp429 Status<void> Message::SetChannel(const std::shared_ptr<Channel>& chan) { in SetChannel()