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.cpp161 std::shared_ptr<IDirectReportChannel> chan; in TEST_P() local
166 testOne(16, 16, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
172 testOne(1024, 1024, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
177 testOne(1024, 2048, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
183 testOne(1024, 16, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
263 std::shared_ptr<IDirectReportChannel> chan; in TEST_P() local
310 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.cpp97 int RpcServerTrusty::handleConnect(const tipc_port* port, handle_t chan, const uuid* peer, in handleConnect()
103 int RpcServerTrusty::handleConnectInternal(RpcServer* rpcServer, handle_t chan, const uuid* peer, in handleConnectInternal()
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DUniverseProgressNotifier.kt41 private val chan = in lerpRange() constant in com.android.egg.landroid.UniverseProgressNotifier
/frameworks/native/libs/binder/trusty/rust/binder_rpc_server_bindgen/cpp/
DARpcServerTrusty.cpp75 int ARpcServerTrusty_handleConnect(ARpcServerTrusty* rstr, handle_t chan, const uuid* peer, in ARpcServerTrusty_handleConnect()
/frameworks/native/services/sensorservice/aidl/
DSensorManager.cpp69 std::shared_ptr<IDirectReportChannel>* chan) { in createDirectChannel()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java494 NotificationChannel chan = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in prepareNotification() local