/system/nativepower/daemon/ |
H A D | BnPowerManager.cc | 76 bool confirm = data.readInt32(); local 79 return reboot(confirm, reason, wait); 83 bool confirm = data.readInt32(); local 86 return shutdown(confirm, reason, wait);
|
H A D | power_manager.cc | 126 status_t PowerManager::reboot(bool confirm, const String16& reason, bool wait) { argument 142 status_t PowerManager::shutdown(bool confirm, argument
|
H A D | power_manager_stub.cc | 122 status_t PowerManagerStub::reboot(bool confirm, argument 129 status_t PowerManagerStub::shutdown(bool confirm, argument
|
/system/bt/service/common/bluetooth/binder/ |
H A D | IBluetoothGattServer.cpp | 149 bool confirm = data.readInt32(); local 155 bool result = SendNotification(server_if, device_address, *char_id, confirm, 310 bool confirm, 318 data.writeInt32(confirm); 306 SendNotification( int server_if, const std::string& device_address, const bluetooth::GattIdentifier& characteristic_id, bool confirm, const std::vector<uint8_t>& value) argument
|
/system/bt/service/ipc/binder/ |
H A D | bluetooth_gatt_server_binder_server.cpp | 193 bool confirm, 226 confirm, value, callback)) { 189 SendNotification( int server_id, const std::string& device_address, const bluetooth::GattIdentifier& characteristic_id, bool confirm, const std::vector<uint8_t>& value) argument
|
/system/bt/btif/src/ |
H A D | btif_gatt_server.c | 102 uint8_t confirm; member in struct:__anon655 492 p_cb->len, p_cb->value, p_cb->confirm); 647 int len, int confirm, char* p_value) 654 btif_cb.confirm = confirm; 646 btif_gatts_send_indication(int server_if, int attribute_handle, int conn_id, int len, int confirm, char* p_value) argument
|
/system/bt/service/ |
H A D | gatt_server.cpp | 372 bool confirm, 377 << " confirm: " << confirm; local 410 VLOG(1) << "A" << (confirm ? "n indication" : " notification") 424 confirm, 369 SendNotification( const std::string& device_address, const GattIdentifier& characteristic_id, bool confirm, const std::vector<uint8_t>& value, const GattCallback& callback) argument
|
/system/bt/service/hal/ |
H A D | fake_bluetooth_gatt_interface.cpp | 158 int conn_id, int len, int confirm, 162 conn_id, len, confirm, value); 157 FakeSendIndication(int server_if, int attribute_handle, int conn_id, int len, int confirm, char* value) argument
|
/system/bt/stack/smp/ |
H A D | smp_int.h | 289 BT_OCTET16 confirm; member in struct:__anon1294
|
/system/bt/bta/include/ |
H A D | bta_gatt_api.h | 552 tBTA_GATTS_CONF confirm; /* BTA_GATTS_CONF_EVT callback data */ member in union:__anon374 848 ** handle - characteristic handle to confirm.
|
/system/bt/bta/dm/ |
H A D | bta_dm_int.h | 682 tBTA_DM_API_CONFIRM confirm; member in union:__anon129
|