Home
last modified time | relevance | path

Searched defs:chan (Results 1 – 5 of 5) 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.cpp170 testOne(16, 16, [](const auto &chan, Result result) { in TEST_P()
175 testOne(1024, 1024, [](const auto &chan, Result result) { in TEST_P()
180 testOne(1024, 2048, [](const auto &chan, Result result) { in TEST_P()
185 testOne(1024, 16, [](const auto &chan, Result result) { in TEST_P()
262 manager_->createAshmemDirectChannel(mem, memSize, [&](const auto &chan, Result result) { in TEST_P()
/frameworks/native/libs/input/tests/
DInputChannel_test.cpp206 InputChannel chan; in TEST_F() local
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java468 NotificationChannel chan = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in prepareNotification() local
/frameworks/native/libs/vr/libpdx/
Dservice.cpp429 Status<void> Message::SetChannel(const std::shared_ptr<Channel>& chan) { in SetChannel()