Home
last modified time | relevance | path

Searched defs:chan (Results 1 – 8 of 8) 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/aidl/vts/
DVtsHalSensorManagerTargetTest.cpp128 std::shared_ptr<IDirectReportChannel> chan; in TEST_P() local
133 testOne(16, 16, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
139 testOne(1024, 1024, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
144 testOne(1024, 2048, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
150 testOne(1024, 16, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
230 std::shared_ptr<IDirectReportChannel> chan; in TEST_P() local
/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/binder/trusty/
DRpcServerTrusty.cpp98 int RpcServerTrusty::handleConnect(const tipc_port* port, handle_t chan, const uuid* peer, in handleConnect()
/frameworks/native/services/sensorservice/aidl/
DSensorManager.cpp69 std::shared_ptr<IDirectReportChannel>* chan) { in createDirectChannel()
/frameworks/native/libs/input/tests/
DInputChannel_test.cpp206 InputChannel chan; in TEST_F() local
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java504 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()