| Motorola Mobility Confidential Restricted. | |||||||||||||||||||||||||||||||||||||||||||||
|
ToiResourceService Interface Reference Description
Inheritance diagram for ToiResourceService:
Member Typedef Documentation
Activity identifier.
Sequence of activity identifiers.
Sequence of activities.
State identifier used to identify the activity state.
Indicates the availability/Status of a resource.
Different kind of system resources.
Sequence of resources.
Name of the resource.
Sequence of resource names.
Different types of resources. Member Function Documentation
Get all the active activities.
Get the information of all the system resources.
Get list of activities in a session.
Member Data Documentation
Distributor activity. This constant can also be accessed from toi.consts.ToiResourceService.ACTIVITY_DISTRIBUTOR.
Player activity. This constant can also be accessed from toi.consts.ToiResourceService.ACTIVITY_PLAYER.
Recorder activity. This constant can also be accessed from toi.consts.ToiResourceService.ACTIVITY_RECORDER.
Activity to be used for Standalone sessions like Extended or consumer. This constant can also be accessed from toi.consts.ToiResourceService.ACTIVITY_STANDALONE. The resource is allocated. This state is currently used for resources of type ToiResourceService::RESOURCE_TYPE_ENUMERABLE and ToiResourceService::RESOURCE_TYPE_DYNAMIC_ALLOCATION, or when the resource can't be instantiated any more for resource of ToiResourceService::RESOURCE_TYPE_DYNAMIC_POOL. This constant can also be accessed from toi.consts.ToiResourceService.AVAILABILITY_ALLOCATED. The resource is free. This constant can also be accessed from toi.consts.ToiResourceService.AVAILABILITY_FREE. This state is only for the resource of type ToiResourceService::RESOURCE_TYPE_DYNAMIC_POOL to indicate that the resource is partly allocated. It means part of resource of type ToiResourceService::RESOURCE_TYPE_DYNAMIC_POOL is instantiated to type ToiResourceService::RESOURCE_TYPE_DYNAMIC_ALLOCATION, but quota is still available to permit more instantiations. When it is not possible to instantiate more, state of ToiResourceService::RESOURCE_TYPE_DYNAMIC_POOL changes to ToiResourceService::AVAILABILITY_ALLOCATED. This constant can also be accessed from toi.consts.ToiResourceService.AVAILABILITY_PARTLY_ALLOCATED.
This is an Event identifier for ToiResourceActivitiesAddedEvent. This constant can also be accessed from toi.consts.ToiResourceService.ON_ACTIVITIES_ADDED.
This is an Event identifier for ToiResourceActivitiesRemovedEvent. This constant can also be accessed from toi.consts.ToiResourceService.ON_ACTIVITIES_REMOVED.
This is an Event identifier for ToiResourceResourcesAddedEvent. This constant can also be accessed from toi.consts.ToiResourceService.ON_RESOURCES_ADDED.
This is an Event identifier for ToiResourceResourcesChangedEvent. This constant can also be accessed from toi.consts.ToiResourceService.ON_RESOURCES_CHANGED.
This is an Event identifier for ToiResourceResourcesRemovedEvent. This constant can also be accessed from toi.consts.ToiResourceService.ON_RESOURCES_REMOVED. Decryptor resources. This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_DECRYPTOR. Disk reader resources. This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_DISK_READER. Disk writer resources. This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_DISK_WRITER. Network input resource. This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_NETWORK_INPUT. Network output resource. This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_NETWORK_OUTPUT. Tuner resource. This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_TUNER. A dynamic resource that is instantiated when a resource of type ToiResourceService::RESOURCE_TYPE_DYNAMIC_POOL is allocated. This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_TYPE_DYNAMIC_ALLOCATION. A non enumerable or dynamic resource pool. When a resource is allocated from this pool it will cause instantiation of dynamic resource of type ToiResourceService::RESOURCE_TYPE_DYNAMIC_ALLOCATION. This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_TYPE_DYNAMIC_POOL. Normal enumerable resource. This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_TYPE_ENUMERABLE. The activity has been granted resources and is active. This constant can also be accessed from toi.consts.ToiResourceService.STATE_ACTIVE. The activity has released all resources and is inactive. This constant can also be accessed from toi.consts.ToiResourceService.STATE_INACTIVE. |