Searched refs:infoArray (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcpu_mac.cc28 processor_info_array_t infoArray; local
34 &infoArray,
47 (processor_cpu_load_info_data_t*) infoArray;
58 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
103 processor_info_array_t infoArray; local
109 &infoArray,
117 (processor_cpu_load_info_data_t*) infoArray;
139 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dusbenrollhandler.js239 * @param {ArrayBuffer=} infoArray Returned data
243 function(gnubby, version, code, infoArray) {
287 var info = B64_encode(new Uint8Array(infoArray || []));

Completed in 400 milliseconds