[gbinder-radio] Optimize radio_instance_response()
... by using gbinder_reader_read_hidl_struct() instead of gbinder_reader_read_buffer(). The former doesn't allocate anything - it returns direct pointer to the memory block associated with the transaction.
This commit is contained in:
@@ -8,7 +8,8 @@ URL: https://github.com/mer-hybris/libgbinder-radio
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(libglibutil)
|
||||
BuildRequires: pkgconfig(libgbinder)
|
||||
BuildRequires: pkgconfig(libgbinder) >= 1.0.9
|
||||
Requires: libgbinder >= 1.0.9
|
||||
Requires(post): /sbin/ldconfig
|
||||
Requires(postun): /sbin/ldconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user