Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrantorDescriptor ¶
func (*GrantorDescriptor) MarshalParcel ¶
func (s *GrantorDescriptor) MarshalParcel( p *parcel.Parcel, ) error
func (*GrantorDescriptor) UnmarshalParcel ¶
func (s *GrantorDescriptor) UnmarshalParcel( p *parcel.Parcel, ) error
type MQDescriptor ¶
type MQDescriptor struct {
Grantors []GrantorDescriptor
Handle common.NativeHandle
Quantum int32
Flags int32
}
func (*MQDescriptor) MarshalParcel ¶
func (s *MQDescriptor) MarshalParcel( p *parcel.Parcel, ) error
func (*MQDescriptor) UnmarshalParcel ¶
func (s *MQDescriptor) UnmarshalParcel( p *parcel.Parcel, ) error
type SynchronizedReadWrite ¶
type SynchronizedReadWrite int32
const (
SynchronizedReadWriteEMPTY SynchronizedReadWrite = 0
)
type UnsynchronizedWrite ¶
type UnsynchronizedWrite int32
const (
UnsynchronizedWriteEMPTY UnsynchronizedWrite = 0
)
Click to show internal directories.
Click to hide internal directories.