Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/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.c103 const char *GetDeviceClass(int32_t deviceClass) in GetDeviceClass() function
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h244 int GetDeviceClass(int &cod) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp247 int BluetoothRemoteDevice::GetDeviceClass(int &cod) const in GetDeviceClass() function in OHOS::Bluetooth::BluetoothRemoteDevice
254 int ret = hostProxy->GetDeviceClass(address_, cod); in GetDeviceClass()
336 int ret = GetDeviceClass(deviceCod); in GetDeviceProductType()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h200 virtual int GetDeviceClass(const RawAddress &device) const = 0;
/ohos5.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.h265 int GetDeviceClass(const RawAddress &device) const override;
H A Dclassic_adapter_properties.cpp501 int cod = remote->GetDeviceClass(); in SavePairedDeviceInfo()
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()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c428 const char *deviceClass = GetDeviceClass(u->offload.sinkAdapter->deviceClass); in OffloadSetHdiVolume()
1187 const char *deviceClass = GetDeviceClass(u->primary.sinkAdapter->deviceClass); in ProcessAudioVolume()
1677 const char *deviceClass = GetDeviceClass(u->primary.sinkAdapter->deviceClass); in CheckAndDealEffectZeroVolume()
1719 if (strcmp(GetDeviceClass(u->primary.sinkAdapter->deviceClass), "primary")) { in CheckOnlyPrimarySpeakerPaLoading()
1721 GetDeviceClass(u->primary.sinkAdapter->deviceClass)); in CheckOnlyPrimarySpeakerPaLoading()
1775 const char *deviceClass = GetDeviceClass(u->primary.sinkAdapter->deviceClass); in CheckAndDealSpeakerPaZeroVolume()
2850 const char *deviceClass = GetDeviceClass(u->primary.sinkAdapter->deviceClass); in RendererSinkSetPriPaPower()
3230 const char *deviceClass = GetDeviceClass(u->primary.sinkAdapter->deviceClass); in ThreadFuncRendererTimerBus()
3330 const char *deviceClass = GetDeviceClass(u->primary.sinkAdapter->deviceClass); in ProcessHdiRendererPrimary()
3811 sample_attrs.format, GetDeviceClass(u->offload.sinkAdapter->deviceClass)); in PrepareDeviceOffload()
[all …]
H A Dhdi_source.c169GetDeviceClass(u->sourceAdapter->deviceClass), GetStateInfo(s->thread_info.state), GetStateInfo(ne… in SourceSetStateInIoThreadCb()
358 if (strcmp(GetDeviceClass(u->sourceAdapter->deviceClass), DEVICE_CLASS_REMOTE)) { in PaHdiCapturerInit()
H A Dmodule_split_stream_sink.c798 const char *deviceClass = GetDeviceClass(u->sinkAdapter->deviceClass); in ProcessSplitHdiRender()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_volume.h120 std::string GetDeviceClass() {return deviceClass_;}; in GetDeviceClass() function
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp667 (void)device_.GetDeviceClass(cod);
685 (void)device_.GetDeviceClass(cod);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp278 auto deviceClass = systemVolume.GetDeviceClass(); in SetSystemVolume()
382 AppendFormat(dumpString, " device class: %s \n", systemVolume.GetDeviceClass().c_str()); in Dump()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h85 int32_t GetDeviceClass(const std::string &address, int &cod) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h110 virtual int32_t GetDeviceClass(const std::string &address, int &cod) = 0;
/ohos5.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;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1527 int32_t BluetoothHostServer::GetDeviceClass(const std::string &address, int32_t &cod) in GetDeviceClass() function in OHOS::Bluetooth::BluetoothHostServer
1537 cod = classicService->GetDeviceClass(addr); in GetDeviceClass()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1159 int32_t BluetoothHostProxy::GetDeviceClass(const std::string &address, int &cod) in GetDeviceClass() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1052 int result = GetDeviceClass(address, cod); in GetDeviceClassInner()