Searched refs:arg1 (Results 151 - 153 of 153) sorted by last modified time

1234567

/frameworks/av/include/camera/
H A DCamera.h129 status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2);
H A DICamera.h103 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) = 0;
/frameworks/av/include/media/
H A DSoundPool.h38 SoundPoolEvent(int msg, int arg1=0, int arg2=0) : argument
39 mMsg(msg), mArg1(arg1), mArg2(arg2) {}

Completed in 87 milliseconds

1234567