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

  /system/media/brillo/audio/audioservice/aidl/android/brillo/brilloaudioservice/
IBrilloAudioService.aidl 43 void SetDevice(int usage, int config);
  /system/media/brillo/audio/audioservice/
brillo_audio_client.h 79 int SetDevice(audio_policy_force_use_t usage,
brillo_audio_service.h 43 virtual Status SetDevice(int usage, int config) = 0;
brillo_audio_service_impl.h 31 Status SetDevice(int usage, int config) override;
brillo_audio_manager.cpp 82 return client->SetDevice(AUDIO_POLICY_FORCE_FOR_RECORD,
94 return client->SetDevice(BrilloAudioClientHelpers::GetForceUse(usage),
brillo_audio_service_impl.cpp 42 Status BrilloAudioServiceImpl::SetDevice(int usage, int config) {
49 device_handler->SetDevice(static_cast<audio_policy_force_use_t>(usage),
audio_device_handler.h 83 int SetDevice(audio_policy_force_use_t usage,
brillo_audio_client.cpp 92 int BrilloAudioClient::SetDevice(audio_policy_force_use_t usage,
98 auto status = brillo_audio_service_->SetDevice(usage, config);
audio_device_handler.cpp 139 int AudioDeviceHandler::SetDevice(audio_policy_force_use_t usage,
  /system/media/brillo/audio/audioservice/test/
brillo_audio_service_mock.h 34 MOCK_METHOD2(SetDevice, Status(int usage, int config));
brillo_audio_manager_test.cpp 101 EXPECT_CALL(*bas_.get(), SetDevice(AUDIO_POLICY_FORCE_FOR_RECORD,
112 SetDevice(AUDIO_POLICY_FORCE_FOR_RECORD, AUDIO_POLICY_FORCE_NONE))
132 EXPECT_CALL(*bas_.get(), SetDevice(AUDIO_POLICY_FORCE_FOR_MEDIA,
142 EXPECT_CALL(*bas_.get(), SetDevice(AUDIO_POLICY_FORCE_FOR_SYSTEM,
152 EXPECT_CALL(*bas_.get(), SetDevice(AUDIO_POLICY_FORCE_FOR_SYSTEM,
162 EXPECT_CALL(*bas_.get(), SetDevice(AUDIO_POLICY_FORCE_FOR_SYSTEM,
brillo_audio_client_test.cpp 54 client_.SetDevice(AUDIO_POLICY_FORCE_USE_MAX, AUDIO_POLICY_FORCE_NONE),
95 SetDevice(AUDIO_POLICY_FORCE_USE_MAX, AUDIO_POLICY_FORCE_NONE))
98 client_.SetDevice(AUDIO_POLICY_FORCE_USE_MAX, AUDIO_POLICY_FORCE_NONE),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dpaddr.h 247 STDMETHOD(SetDevice)(THIS_ const GUID* devGuid) PURE;
275 #define IDirectPlay8Address_SetDevice(p,a) (p)->lpVtbl->SetDevice(p,a)
300 #define IDirectPlay8Address_SetDevice(p,a) (p)->SetDevice(a)
  /external/stressapptest/src/
worker.h 681 virtual void SetDevice(const char *device_name);
sat.cc     [all...]
worker.cc     [all...]
  /hardware/interfaces/audio/effect/2.0/vts/functional/
VtsHalAudioEffectV2_0TargetTest.cpp 389 TEST_F(AudioEffectHidlTest, SetDevice) {
390 description("Verify that SetDevice works for an output chain effect");
391 Return<Result> ret = effect->setDevice(AudioDevice::OUT_SPEAKER);
  /hardware/interfaces/audio/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 787 EXPECT_OK(stream->setDevice(otherAddress));
789 ASSERT_OK(stream->setDevice(address)); // Go back to the original value
793 SetDevice,
    [all...]

Completed in 154 milliseconds