Lines Matching refs:_hidl_cb
333 Return<void> Context::allocationGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, allocationGetPointer_cb _hidl_cb) {
343 _hidl_cb(dataPtr, stride);
347 Return<void> Context::elementGetNativeMetadata(Element element, elementGetNativeMetadata_cb _hidl_cb) {
352 _hidl_cb(elemData);
356 Return<void> Context::elementGetSubElements(Element element, Size numSubElem, elementGetSubElements_cb _hidl_cb) {
366 _hidl_cb(ids, names, arraySizes);
388 Return<void> Context::typeGetNativeMetadata(Type type, typeGetNativeMetadata_cb _hidl_cb) {
393 _hidl_cb(metadata);
415 Return<void> Context::contextGetMessage(Ptr data, Size size, contextGetMessage_cb _hidl_cb) {
423 _hidl_cb(messageType, receiveLen);
427 Return<void> Context::contextPeekMessage(contextPeekMessage_cb _hidl_cb) {
434 _hidl_cb(messageType, receiveLen, subID);
485 Return<void> Context::getName(ObjectBase obj, getName_cb _hidl_cb) {
490 _hidl_cb(name);
720 Return<void> Context::scriptGetVarV(Script vs, uint32_t slot, Size len, scriptGetVarV_cb _hidl_cb) {
727 _hidl_cb(data);