Home
last modified time | relevance | path

Searched refs:CreateScanResultFromParcel (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/common/bluetooth/binder/
Dparcel_helpers.h95 std::unique_ptr<bluetooth::ScanResult> CreateScanResultFromParcel(
DIBluetoothLowEnergyCallback.cpp76 auto scan_result = CreateScanResultFromParcel(data); in onTransact()
Dparcel_helpers.cpp289 std::unique_ptr<bluetooth::ScanResult> CreateScanResultFromParcel( in CreateScanResultFromParcel() function
/system/bt/service/test/
Dparcel_helpers_unittest.cpp99 auto result_out = CreateScanResultFromParcel(parcel); in TestScanResult()