Lines Matching refs:callbacks

20 const ompd_callbacks_t *TValue::callbacks = NULL;  member in TValue
63 ret = TValue::callbacks->symbol_addr_lookup(context, NULL, ss.str().c_str(), in getSize()
74 ret = TValue::callbacks->read_memory( in getSize()
79 ret = TValue::callbacks->device_to_host( in getSize()
95 ret = TValue::callbacks->symbol_addr_lookup(context, NULL, ss.str().c_str(), in getBitfieldMask()
105 ret = TValue::callbacks->read_memory( in getBitfieldMask()
110 ret = TValue::callbacks->device_to_host(context, &(tmpMask), in getBitfieldMask()
131 ret = TValue::callbacks->symbol_addr_lookup(context, NULL, ss.str().c_str(), in getElementOffset()
141 ret = TValue::callbacks->read_memory( in getElementOffset()
146 ret = TValue::callbacks->device_to_host(context, &(tmpOffset), in getElementOffset()
167 ret = TValue::callbacks->symbol_addr_lookup(context, NULL, ss.str().c_str(), in getElementSize()
177 ret = TValue::callbacks->read_memory( in getElementSize()
182 ret = TValue::callbacks->device_to_host(context, &tmpOffset, in getElementSize()
199 errorState.errorCode = callbacks->symbol_addr_lookup( in TValue()
240 ret.errorState.errorCode = callbacks->read_memory( in dereference()
246 ret.errorState.errorCode = callbacks->device_to_host( in dereference()
273 callbacks->read_memory(context, tcontext, &symbolAddr, size, buf); in getRawValue()
287 if (!callbacks) { in getString()
296 ret = callbacks->alloc_memory(BUF_LEN + 1, (void **)&string_buffer); in getString()
305 ret = callbacks->read_string(context, tcontext, &strValue.symbolAddr, BUF_LEN, in getString()
401 errorState.errorCode = callbacks->read_memory(context, tcontext, &symbolAddr, in getValue()
406 callbacks->device_to_host(context, buf, baseTypeSize, count, buf); in getValue()