Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DClientManager.cpp303 native_handle_t *origHandle; in allocate() local
304 BufferPoolStatus res = client->allocate(params, &origHandle, buffer); in allocate()
308 *handle = native_handle_clone(origHandle); in allocate()
333 native_handle_t *origHandle; in receive() local
335 transactionId, bufferId, timestampMs, &origHandle, buffer); in receive()
339 *handle = native_handle_clone(origHandle); in receive()