Home
last modified time | relevance | path

Searched defs:channelMask (Results 1 – 25 of 39) sorted by relevance

12

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAudioSystem.java169 int encoding, int sampleRate, int channelMask, int channelIndexMask, int streamType) { in native_is_offload_supported()
176 int encoding, int sampleRate, int channelMask, int channelIndexMask, int streamType) { in native_get_offload_support()
198 public final int channelMask; field in ShadowAudioSystem.OffloadSupportFormat
202 int encoding, int sampleRate, int channelMask, int channelIndexMask) { in OffloadSupportFormat()
DShadowAudioTrack.java167 int channelMask, in native_is_direct_output_supported()
189 int channelMask, in native_setup()
209 int channelMask, in native_setup()
231 int channelMask, in native_setup()
254 int channelMask, in native_setup()
396 private final int channelMask; field in ShadowAudioTrack.AudioFormatInfo
399 public AudioFormatInfo(int encoding, int sampleRate, int channelMask, int channelIndexMask) { in AudioFormatInfo()
/external/openthread/src/core/thread/
Denergy_scan_server.cpp121 uint32_t channelMask = mChannelMaskCurrent & ~(mChannelMaskCurrent - 1); in HandleTimer() local
175 MeshCoP::ChannelMaskTlv channelMask; in SendReport() local
Dpanid_query_server.cpp116 MeshCoP::ChannelMaskTlv channelMask; in SendConflict() local
Dannounce_sender.cpp253 Mac::ChannelMask channelMask; in HandleActiveDatasetChanged() local
/external/openthread/src/core/meshcop/
Dannounce_begin_client.cpp64 MeshCoP::ChannelMaskTlv channelMask; in SendRequest() local
Dpanid_query_client.cpp70 MeshCoP::ChannelMaskTlv channelMask; in SendQuery() local
Denergy_scan_client.cpp73 MeshCoP::ChannelMaskTlv channelMask; in SendQuery() local
Djoiner_router.cpp349 ChannelMaskBaseTlv channelMask; in PrepareJoinerEntrustMessage() local
/external/openthread/src/core/radio/
Dmax_power_table.hpp69 uint32_t channelMask = 0; in GetSupportedChannelMask() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DPlayAudioInCall.java172 int channelMask = audioFileInfo.channelCount() == 1 ? AudioFormat.CHANNEL_OUT_MONO in getAudioFormat() local
DRecordVoiceInCall.java104 int channelMask = audioFileInfo.channelCount() == 1 ? AudioFormat.CHANNEL_IN_MONO in setAudioFormat() local
/external/openthread/src/ncp/
Dncp_base_ftd.cpp874 uint32_t channelMask; in HandlePropertySet() local
893 uint32_t channelMask; in HandlePropertySet() local
943 uint32_t channelMask; in HandlePropertySet() local
1292 uint32_t channelMask = 0; in HandlePropertySet() local
1309 uint32_t channelMask = 0; in HandlePropertySet() local
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp2698 Int channelMask; in writeColor() local
2759 Int channelMask = *Pointer<Int>(constants + OFFSET(Constants, maskr5g5b5a1Q[writeMask][0])); in writeColor() local
2790 Int channelMask = *Pointer<Int>(constants + OFFSET(Constants, maskb5g5r5a1Q[writeMask][0])); in writeColor() local
2821 Int channelMask = *Pointer<Int>(constants + OFFSET(Constants, mask5551Q[writeMask][0])); in writeColor() local
2852 Int channelMask = *Pointer<Int>(constants + OFFSET(Constants, mask565Q[writeMask & 0x7][0])); in writeColor() local
2882 Int channelMask = *Pointer<Int>(constants + OFFSET(Constants, mask565Q[writeMask & 0x7][0])); in writeColor() local
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DIntentBasedTestSupport.java262 int channelMask = getChannelMaskFromBundle(bundle, KEY_OUT_CHANNEL_MASK); in configureOutputStreamFromBundle() local
298 int channelMask = getChannelMaskFromBundle(bundle, KEY_IN_CHANNEL_MASK); in configureInputStreamFromBundle() local
DStreamConfiguration.java307 mChannelMaskStringToIntegerMap.put(channelMaskStr, channelMask); in mChannelMaskStringToIntegerMap.put() argument
507 public static String convertChannelMaskToText(int channelMask) { in convertChannelMaskToText()
721 public void setChannelMask(int channelMask) { in setChannelMask()
DStreamConfigurationView.java388 int channelMask = StreamConfiguration.convertTextToChannelMask(text); in applyToModel() local
DOboeAudioStream.java107 int channelMask, in openNative()
/external/oboe/src/opensles/
DAudioOutputStreamOpenSLES.cpp83 SLuint32 channelMask = 0; in channelCountToChannelMask() local
/external/oboe/src/common/
DUtilities.cpp313 int getChannelCountFromChannelMask(ChannelMask channelMask) { in getChannelCountFromChannelMask()
/external/oboe/include/oboe/
DAudioStreamBuilder.h70 AudioStreamBuilder *setChannelMask(ChannelMask channelMask) { in setChannelMask()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp168 tcu::BVec4 channelMask; member
1027 void ApplyChannelMask(std::vector<tcu::Vec4>& meshColors, const tcu::BVec4& channelMask, const tcu:… in ApplyChannelMask()
1042 const tcu::BVec4 channelMask, in AddSingleTestCaseStatic()
1086 const tcu::BVec4 channelMask, in AddSingleTestCaseDynamic()
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object.cpp355 uint32_t channelMask; in AttachHandler() local
801 uint32_t channelMask = otLinkGetSupportedChannelMask(threadHelper->GetInstance()); in GetSupportedChannelMaskHandler() local
937 …uint32_t channelMask = otLinkGetSupportedChannelMask(threadHelper->GetInstance… in GetChannelMonitorAllChannelQualities() local
/external/ot-br-posix/src/utils/
Dthread_helper.cpp315 uint32_t channelMask; in Attach() local
/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp149 jint channelMask, in open()

12