Advertisement
deadman96385

Untitled

Dec 31st, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. int __fastcall sub_4A0F4(int result, int a2, int a3, int a4)
  2. {
  3. if ( !result
  4. || *(_DWORD *)result != 12
  5. || *(_DWORD *)(result + 4) + *(_DWORD *)(result + 8) != 31
  6. || *(_DWORD *)(result + 24) != 51647890 )
  7. {
  8. _android_log_print(6, "ExynosCameraMemoryAllocator", "invalid gralloc handle (at %p)", result, a4);
  9. result = 0;
  10. }
  11. return result;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement