Home
last modified time | relevance | path

Searched refs:GetDeviceClass (Results 1 - 24 of 24) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/common/
H A Drenderer_sink_adapter.h29 const char *GetDeviceClass(int32_t deviceClass);
H A Drenderer_sink_adapter.c110 const char *GetDeviceClass(int32_t deviceClass) in GetDeviceClass() function
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/
H A Dcapturer_source_adapter.h31 const char *GetDeviceClass(int32_t deviceClass);
H A Dcapturer_source_adapter.c105 const char *GetDeviceClass(int32_t deviceClass) in GetDeviceClass() function
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h244 int GetDeviceClass(int &cod) const;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp244 int BluetoothRemoteDevice::GetDeviceClass(int &cod) const in GetDeviceClass() function in OHOS::Bluetooth::BluetoothRemoteDevice
251 int ret = hostProxy->GetDeviceClass(address_, cod); in GetDeviceClass()
333 int ret = GetDeviceClass(deviceCod); in GetDeviceProductType()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h200 virtual int GetDeviceClass(const RawAddress &device) const = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h103 int GetDeviceClass() const;
H A Dclassic_remote_device.cpp110 int ClassicRemoteDevice::GetDeviceClass() const in GetDeviceClass() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_adapter_properties.cpp503 int cod = remote->GetDeviceClass(); in SavePairedDeviceInfo()
H A Dclassic_adapter.h265 int GetDeviceClass(const RawAddress &device) const override;
H A Dclassic_adapter.cpp1005 if (cod != remoteDevice->GetDeviceClass()) { in HandleInquiryResult()
2276 int ClassicAdapter::GetDeviceClass(const RawAddress &device) const in GetDeviceClass() function in OHOS::bluetooth::ClassicAdapter
2284 cod = it->second->GetDeviceClass(); in GetDeviceClass()
2418 int cod = remoteDevice->GetDeviceClass(); in IsHfpCodSupported()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_volume.h105 std::string GetDeviceClass() {return deviceClass_;}; in GetDeviceClass() function in OHOS::AudioStandard::SystemVolume
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp667 (void)device_.GetDeviceClass(cod); in HWTEST_F()
685 (void)device_.GetDeviceClass(cod); in HWTEST_F()
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c414 const char *deviceClass = GetDeviceClass(u->offload.sinkAdapter->deviceClass); in OffloadSetHdiVolume()
1183 const char *deviceClass = GetDeviceClass(u->primary.sinkAdapter->deviceClass); in ProcessAudioVolume()
1693 const char *deviceClass = GetDeviceClass(u->primary.sinkAdapter->deviceClass); in CheckAndDealEffectZeroVolume()
1727 if (strcmp(GetDeviceClass(u->primary.sinkAdapter->deviceClass), "primary")) { in CheckOnlyPrimarySpeakerPaLoading()
1729 GetDeviceClass(u->primary.sinkAdapter->deviceClass)); in CheckOnlyPrimarySpeakerPaLoading()
1792 const char *deviceClass = GetDeviceClass(u->primary.sinkAdapter->deviceClass); in CheckAndDealSpeakerPaZeroVolume()
2045 SetSinkVolumeByDeviceClass(u->sink, GetDeviceClass(u->primary.sinkAdapter->deviceClass)); in ProcessRenderUseTiming()
2882 GetDeviceClass(u->primary.sinkAdapter->deviceClass), str, GetInputStateInfo(i->thread_info.state), in PaInputStateChangeCb()
3218 const char *deviceClass = GetDeviceClass(u->primary.sinkAdapter->deviceClass); in ThreadFuncRendererTimerBus()
3318 const char *deviceClass = GetDeviceClass( in ProcessHdiRendererPrimary()
[all...]
H A Dhdi_source.c288 GetDeviceClass(u->sourceAdapter->deviceClass), GetStateInfo(s->thread_info.state), GetStateInfo(newState)); in SourceSetStateInIoThreadCb()
825 if (strcmp(GetDeviceClass(u->sourceAdapter->deviceClass), DEVICE_CLASS_REMOTE)) { in PaHdiCapturerInit()
H A Dmodule_split_stream_sink.c800 const char *deviceClass = GetDeviceClass(u->sinkAdapter->deviceClass); in ProcessSplitHdiRender()
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp246 auto deviceClass = systemVolume.GetDeviceClass(); in SetSystemVolume()
329 AppendFormat(dumpString, " device class: %s \n", systemVolume.GetDeviceClass().c_str()); in Dump()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h112 virtual int32_t GetDeviceClass(const std::string &address, int &cod) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h106 int32_t GetDeviceClass(const std::string &address, int32_t &cod) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h87 int32_t GetDeviceClass(const std::string &address, int &cod) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1506 int32_t BluetoothHostServer::GetDeviceClass(const std::string &address, int32_t &cod) in GetDeviceClass() function in OHOS::Bluetooth::BluetoothHostServer
1516 cod = classicService->GetDeviceClass(addr); in GetDeviceClass()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1186 int32_t BluetoothHostProxy::GetDeviceClass(const std::string &address, int &cod) in GetDeviceClass() function in OHOS::Bluetooth::BluetoothHostProxy
1190 HILOGE("BluetoothHostProxy::GetDeviceClass WriteInterfaceToken error"); in GetDeviceClass()
1194 HILOGE("BluetoothHostProxy::GetDeviceClass address error"); in GetDeviceClass()
1201 HILOGE("BluetoothHostProxy::GetDeviceClass done fail, error: %{public}d", error); in GetDeviceClass()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1082 HILOGE("BluetoothHostStub::GetDeviceClass address failed"); in GetDeviceClassInner()
1086 int result = GetDeviceClass(address, cod); in GetDeviceClassInner()

Completed in 32 milliseconds