Fix lock issue in Skia fonthost for Android.

load_system_fonts() could potentially be called without
a lock held.  To make this problem less likely to happen
again in the future, adopted a naming convention for all
locked methods.

Change-Id: I04ff5e8ad005e5c1180aae9be8c134d0d384ac2c
1 file changed