HomeSort by relevance Sort by last modified time
    Searched refs:play_mode (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/linux/
cec-funcs.h 88 __u8 play_mode; member in union:cec_op_ui_command::__anon545
  /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...]
  /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/kernel-headers/original/uapi/linux/
cec-funcs.h 965 __u8 play_mode)
969 msg->msg[2] = play_mode;
973 __u8 *play_mode)
975 *play_mode = msg->msg[2];
1318 __u8 play_mode; member in union:cec_op_ui_command::__anon22751
    [all...]
  /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 137 milliseconds