Searched defs:chan (Results 1 – 8 of 8) 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/aidl/vts/ |
D | VtsHalSensorManagerTargetTest.cpp | 128 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/ |
D | VtsHalSensorManagerV1_0TargetTest.cpp | 170 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/ |
D | RpcServerTrusty.cpp | 98 int RpcServerTrusty::handleConnect(const tipc_port* port, handle_t chan, const uuid* peer, in handleConnect()
|
/frameworks/native/services/sensorservice/aidl/ |
D | SensorManager.cpp | 69 std::shared_ptr<IDirectReportChannel>* chan) { in createDirectChannel()
|
/frameworks/native/libs/input/tests/ |
D | InputChannel_test.cpp | 206 InputChannel chan; in TEST_F() local
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 504 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()
|