Home | History | Annotate | Download | only in akmdfs

Lines Matching refs:AKM_SUCCESS

31   @return If data are read successfully, the return value is #AKM_SUCCESS.
61 return AKM_SUCCESS;
66 @return If this function succeeds, the return value is #AKM_SUCCESS.
139 return AKM_SUCCESS;
190 @return If this function succeeds, the return value is #AKM_SUCCESS.
225 return AKM_SUCCESS;
231 @return If this function succeeds, the return value is #AKM_SUCCESS.
293 if (AKFS_Start(CSPEC_SETTING_FILE) != AKM_SUCCESS) {
306 if (AKFS_GetInterval(&flag, &minimum) != AKM_SUCCESS) {
319 if (AKFS_Get_ACCELEROMETER(acc, 0, &tmpx, &tmpy, &tmpz, &tmp_accuracy) == AKM_SUCCESS) {
354 if (AKFS_Get_MAGNETIC_FIELD(mag, mstat, &tmpx, &tmpy, &tmpz, &tmp_accuracy) == AKM_SUCCESS) {
366 if (AKFS_Get_ORIENTATION(&tmpx, &tmpy, &tmpz, &tmp_accuracy) == AKM_SUCCESS) {
406 if (AKFS_Stop(CSPEC_SETTING_FILE) != AKM_SUCCESS) {