OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:play_mode
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc
401
if (
play_mode
()) {
446
EXPECT_TRUE(
play_mode
()) << "No test is expecting these callbacks.";
470
if (
play_mode
())
478
bool
play_mode
() const { return type_ & kPlayout; }
function in class:webrtc::MockAudioTransport
[
all
...]
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc
411
if (
play_mode
()) {
454
EXPECT_TRUE(
play_mode
()) << "No test is expecting these callbacks.";
476
if (
play_mode
())
484
bool
play_mode
() const { return type_ & kPlayout; }
function in class:webrtc::MockAudioTransport
[
all
...]
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
wt5001.h
88
PLAY_MODE
= 0xa9,
wt5001.cxx
330
WT5001_OPCODE_T opcode =
PLAY_MODE
;
/external/sonivox/jet_tools/JetCreator/
eas.py
317
def SetPlayMode (self,
play_mode
):
319
eas_logger.debug('Call EAS_SetPlayMode:
play_mode
=%d' %
play_mode
)
321
result = eas_dll.EAS_SetPlayMode(self.eas.handle, self.handle,
play_mode
)
[
all
...]
Completed in 1482 milliseconds