/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_engine_manager.cpp | 29 bool isDirect = true; in AddRenderer() local 33 isDirect = false; in AddRenderer() 38 playbackEngine->Init(device, !isDirect); in AddRenderer()
|
H A D | pro_renderer_stream_impl.cpp | 42 ProRendererStreamImpl::ProRendererStreamImpl(AudioProcessConfig processConfig, bool isDirect) in ProRendererStreamImpl() argument 43 : isDirect_(isDirect), in ProRendererStreamImpl()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server.h | 37 virtual int Connect(int appId, const BluetoothGattDevice &device, bool isDirect) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_server_server.h | 33 int Connect(int appId, const BluetoothGattDevice &device, bool isDirect) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_server_proxy.h | 31 int Connect(int appId, const BluetoothGattDevice &device, bool isDirect) override;
|
/foundation/multimodalinput/input/libudev/src/ |
H A D | udev_device.cpp | 417 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 D | bluetooth_gatt_server.h | 269 * @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 D | bluetooth_gatt_server_proxy.cpp | 53 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 D | bluetooth_gatt_server_stub.cpp | 105 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 D | pro_renderer_stream_impl.h | 31 ProRendererStreamImpl(AudioProcessConfig processConfig, bool isDirect);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 682 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 D | gatt_connection_manager.cpp | 131 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 D | bluetooth_gatt_server_server.cpp | 336 int BluetoothGattServerServer::Connect(int appId, const BluetoothGattDevice &device, bool isDirect) in Connect() argument
|