xiaanming

Results 4 comments of xiaanming

I hope supportting this funtion in quickly

private boolean setFlashInternal(int flash) { if (isCameraOpened()) { List modes = mCameraParameters.getSupportedFlashModes(); //flash mode setting is not supported if (modes == null) { mFlash = flash; return false; } String...

1、管道 2、共享内存 3、socket 4、binder 5、信号量 等等