Lines Matching refs:_aHandle
341 oslVolumeDeviceHandle _aHandle; member in osl::VolumeDevice
348 VolumeDevice() : _aHandle( NULL ) in VolumeDevice()
360 _aHandle = rDevice._aHandle; in VolumeDevice()
361 if ( _aHandle ) in VolumeDevice()
362 osl_acquireVolumeDeviceHandle( _aHandle ); in VolumeDevice()
370 if ( _aHandle ) in ~VolumeDevice()
371 osl_releaseVolumeDeviceHandle( _aHandle ); in ~VolumeDevice()
382 oslVolumeDeviceHandle newHandle = rDevice._aHandle; in operator =()
387 if ( _aHandle ) in operator =()
388 osl_releaseVolumeDeviceHandle( _aHandle ); in operator =()
390 _aHandle = newHandle; in operator =()
406 return (RC)osl_automountVolumeDevice( _aHandle ); in automount()
420 return (RC)osl_unmountVolumeDevice( _aHandle ); in unmount()
431 osl_getVolumeDeviceMountPath( _aHandle, &aPath.pData ); in getMountPath()
487 _aInfo.pDeviceHandle = &_aDevice._aHandle; in VolumeInfo()