Home
last modified time | relevance | path

Searched refs:isDirect (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_engine_manager.cpp29 bool isDirect = true; in AddRenderer() local
33 isDirect = false; in AddRenderer()
38 playbackEngine->Init(device, !isDirect); in AddRenderer()
H A Dpro_renderer_stream_impl.cpp42 ProRendererStreamImpl::ProRendererStreamImpl(AudioProcessConfig processConfig, bool isDirect) in ProRendererStreamImpl() argument
43 : isDirect_(isDirect), in ProRendererStreamImpl()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h37 virtual int Connect(int appId, const BluetoothGattDevice &device, bool isDirect) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h33 int Connect(int appId, const BluetoothGattDevice &device, bool isDirect) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h31 int Connect(int appId, const BluetoothGattDevice &device, bool isDirect) override;
/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp417 void UpdateProByKey(const BitVector &key, const bool &isDirect, bool &probablyTablet, bool &probablyTouchpad, in UpdateProByKey()
421 probablyTouchpad = key.CheckBit(BTN_TOOL_FINGER) && !key.CheckBit(BTN_TOOL_PEN) && !isDirect; in UpdateProByKey()
422 probablyTouchscreen = key.CheckBit(BTN_TOUCH) && isDirect; in UpdateProByKey()
448 bool isDirect = prop.CheckBit(INPUT_PROP_DIRECT); in CheckPointers() local
459 UpdateProByKey(key, isDirect, probablyTablet, probablyTouchpad, probablyTouchscreen); in CheckPointers()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h269 * @param isDirect Whether to directly connect to the remote device (true)
275 int Connect(const BluetoothRemoteDevice &device, bool isDirect);
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_proxy.cpp53 int BluetoothGattServerProxy::Connect(int appId, const BluetoothGattDevice &device, bool isDirect) in Connect() argument
60 CHECK_AND_RETURN_LOG_RET(data.WriteBool(isDirect), BT_ERR_IPC_TRANS_FAILED, "write isDirect error"); in Connect()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp105 bool isDirect = data.ReadBool(); in ConnectInner() local
106 return Connect(appId, *device, isDirect); in ConnectInner()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpro_renderer_stream_impl.h31 ProRendererStreamImpl(AudioProcessConfig processConfig, bool isDirect);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp682 int GattServer::Connect(const BluetoothRemoteDevice &device, bool isDirect) in Connect() argument
690 HILOGI("appId: %{public}d, device: %{public}s, isDirect: %{public}d", appId, GET_ENCRYPT_ADDR(device), isDirect); in Connect()
693 return proxy->Connect(appId, gattDevice, isDirect); in Connect()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp131 static void ChangeConnectionMode(bool isDirect);
1084 void GattConnectionManager::impl::ChangeConnectionMode(bool isDirect) in ChangeConnectionMode() argument
1090 if (isDirect) { in ChangeConnectionMode()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp336 int BluetoothGattServerServer::Connect(int appId, const BluetoothGattDevice &device, bool isDirect) in Connect() argument

Completed in 11 milliseconds